CTT/Server/Model/Game/Entity/Battle/JourneyOfDeathCopyConfigCom...

7 lines
121 B
C#

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