Skip to content

Commit

Permalink
添加了版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
MCXGK3 committed Dec 9, 2023
1 parent b58f2a2 commit 18f0503
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ElderFu/ElderFu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ public ElderFu() : base("laser hudiance")
{
Instance = this;
}
public override string GetVersion()
{
return "m.x.0.1";
}
//public new string Name = "laser hudiance";

public override void Initialize(Dictionary<string, Dictionary<string, GameObject>> preloadedObjects)
Expand Down

0 comments on commit 18f0503

Please sign in to comment.