主页面

This commit is contained in:
bob
2025-06-03 11:45:53 +08:00
parent f1aa7207b7
commit 8ba78d5d1c
39 changed files with 303 additions and 31 deletions

View File

@@ -22,14 +22,14 @@ namespace NBF
[AutoFind(Name = "TextFPS")]
public GTextField TextFPS;
[AutoFind(Name = "TextTime")]
public WeatherInfo TextTime;
public GLabel TextTime;
[AutoFind(Name = "FishingState")]
public FishingStateInfo FishingState;
[AutoFind(Name = "Interactive")]
public InteractiveTag Interactive;
[AutoFind(Name = "OperationTips")]
public GList OperationTips;
public override string[] GetDependPackages(){ return new string[] {}; }
public override string[] GetDependPackages(){ return new string[] {"Common"}; }
}