8 lines
141 B
C#
8 lines
141 B
C#
|
namespace ET
|
|||
|
{
|
|||
|
public class StarSoulCopyConfigComponent:Entity
|
|||
|
{
|
|||
|
public byte type;
|
|||
|
public byte difficulty;
|
|||
|
}
|
|||
|
}
|