fix:1、修复bug 2、删除不用的代码和资源,sdk等
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
using System.Collections.Generic;
|
||||
using SGModule.ConfigLoader;
|
||||
|
||||
namespace BallKingdomCrush
|
||||
{
|
||||
[ConfigKey("VipClub")]
|
||||
public class VipClub
|
||||
{
|
||||
public int id;
|
||||
public int VipType;
|
||||
public float DiscountPrice;
|
||||
public float Price;
|
||||
}
|
||||
}
|
||||
using System.Collections.Generic;
|
||||
using SGModule.ConfigLoader;
|
||||
|
||||
namespace BallKingdomCrush
|
||||
{
|
||||
[ConfigKey("VipClub")]
|
||||
public class VipClub
|
||||
{
|
||||
public int id;
|
||||
public int VipType;
|
||||
public float DiscountPrice;
|
||||
public float Price;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user