18 lines
915 B
C#
18 lines
915 B
C#
using UnityEngine;
|
|
public static class ConfigConst
|
|
{
|
|
public const int item_tbitem_10000_发型_初始发型 = 10000;
|
|
public const int item_tbitem_10001_外套_初始外套 = 10001;
|
|
public const int item_tbitem_10002_上衣_初始上衣 = 10002;
|
|
public const int item_tbitem_10003_裙子_初始下装 = 10003;
|
|
public const int item_tbitem_10004_袜子_初始袜子 = 10004;
|
|
public const int item_tbitem_10005_鞋子_初始鞋子 = 10005;
|
|
public const int item_tbitem_10006_发饰_初始发饰 = 10006;
|
|
public const int item_tbitem_10007_中秋节发饰_中秋节发饰 = 10007;
|
|
public const int item_tbitem_10008_中秋节鞋子_中秋节鞋子 = 10008;
|
|
public const int item_tbitem_10009_礼包_中秋节礼包 = 10009;
|
|
public const int tbplayer_10000_小明_这是小明啊 = 10000;
|
|
public const int tbplayer_10001_小兰_这是小兰啊 = 10001;
|
|
public const int tbplayer_10002_小花_这是小花啊 = 10002;
|
|
|
|
} |