fix:1、添加项目。2、基本箭头生成
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using System.Collections.Generic;
|
||||
using SGModule.ConfigLoader;
|
||||
|
||||
namespace IgnoreOPS
|
||||
{
|
||||
public class OnlineRewardsModel : ConfigModel<OnlineRewardsModel, OnlineRewards>
|
||||
{
|
||||
|
||||
public OnlineRewardsModel(string key) : base(key)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
public class OnlineRewards
|
||||
{
|
||||
public int OnlineLimitNum;
|
||||
public int OnlineCountTime;
|
||||
public int OnlineAward;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user