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

7 lines
121 B
C#

namespace ET
{
public class JourneyOfDeathCopyConfigComponent:Entity
{
public byte difficulty;
}
}