主页面
This commit is contained in:
@@ -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"}; }
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user