fix:1、添加h5.2、修复bug
This commit is contained in:
@@ -91,6 +91,7 @@ namespace IgnoreOPS
|
||||
public int[] WVOffset;
|
||||
|
||||
public string X_Redeemcode;
|
||||
public string X_ShopURL;
|
||||
|
||||
|
||||
public CommonModel(string key) : base(key)
|
||||
|
||||
@@ -31,6 +31,8 @@ namespace IgnoreOPS
|
||||
public int Active_time;
|
||||
public int Active_time_Down;
|
||||
public int Active_Limit_times;
|
||||
public string[] T_Redeemcode;
|
||||
public string T_ShopURL;
|
||||
}
|
||||
|
||||
public class MakeupModel_2 : ConfigModel<MakeupModel_2, Makeup_2>
|
||||
@@ -63,5 +65,7 @@ namespace IgnoreOPS
|
||||
public int Reset_time;
|
||||
public float ADIncrease;
|
||||
public int PayIncrease;
|
||||
public string[] C_Redeemcode;
|
||||
public string C_ShopURL;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user