oecs-sharp/Game.Blackjack/Components/Deck.cs

9 lines
161 B
C#
Raw Permalink Normal View History

2026-07-18 23:26:56 +08:00
using MessagePack;
namespace Game.Blackjack;
2026-07-18 23:26:56 +08:00
/// <summary>
/// Tag component marking the deck entity.
/// </summary>
[MessagePackObject]
public struct Deck { }