using MessagePack; namespace Game.CardWars; /// /// Tag component for a faction deck entity. /// [MessagePackObject] public struct FactionDeck { }