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