Skip to content

Commit

Permalink
Update version (proper)
Browse files Browse the repository at this point in the history
  • Loading branch information
RedknanRonin committed Jan 2, 2025
1 parent e6b1fcf commit 83184d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ouchyGrass.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ internal static ouchyGrassMod Instance

public bool ToggleButtonInsideMenu => throw new NotImplementedException();

public override string GetVersion() => GetType().Assembly.GetName().Version.ToString();

public ouchyGrassMod() : base("ouchyGrass")

Check warning on line 80 in ouchyGrass.cs

View workflow job for this annotation

GitHub Actions / build

Non-nullable field 'isCutField' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.

Check warning on line 80 in ouchyGrass.cs

View workflow job for this annotation

GitHub Actions / build

Non-nullable field 'isCutField' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
{
_instance = this;
Expand Down

0 comments on commit 83184d4

Please sign in to comment.