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

7 lines
121 B
C#
Raw Normal View History

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