8 lines
139 B
C#
8 lines
139 B
C#
using Fantasy.Entitas;
|
|
|
|
namespace Fantasy;
|
|
|
|
public sealed class GateUnitFlagComponent : Entity
|
|
{
|
|
public long GateUnitId { get; set; }
|
|
} |