2023-02-20 00:38:13 +08:00

11 lines
126 B
C#

namespace Milimoe.FunGame.Core.Entity
{
public class Empty
{
internal Empty()
{
}
}
}