forked from project-redbud/FunGame-Core
11 lines
126 B
C#
11 lines
126 B
C#
namespace Milimoe.FunGame.Core.Entity
|
|
{
|
|
public class Empty
|
|
{
|
|
internal Empty()
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|