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

8 lines
141 B
C#

namespace ET
{
public class StarSoulCopyConfigComponent:Entity
{
public byte type;
public byte difficulty;
}
}