using Fantasy.Entitas; namespace Fantasy; public sealed class GateUnitFlagComponent : Entity { public long GateUnitId { get; set; } }