8 lines
86 B
C#
8 lines
86 B
C#
using Fantasy.Entitas;
|
|
|
|
namespace Fantasy;
|
|
|
|
public sealed class Unit : Entity
|
|
{
|
|
|
|
} |