zxl
/
CTT
forked from Cal/CTT
1
0
Fork 0
CTT/Server/Model/Game/Entity/Battle/JourneyOfDeathCopyConfigCom...

8 lines
141 B
C#
Raw Normal View History

2021-09-07 16:19:55 +08:00
namespace ET
{
public class StarSoulCopyConfigComponent:Entity
{
public byte type;
public byte difficulty;
}
}