fix: 1、更换命名空间和文件夹名字
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System.Collections.Generic;
|
||||
using SGModule.ConfigLoader;
|
||||
|
||||
namespace ZooMatch
|
||||
{
|
||||
[ConfigKey("VipClub")]
|
||||
public class VipClub
|
||||
{
|
||||
public int id;
|
||||
public int VipType;
|
||||
public float DiscountPrice;
|
||||
public float Price;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user