コード例 #1
0
 protected virtual void RaiseHand(Deck <AbilityCard> deck)
 {
     CurrentHand?.Invoke(deck);
 }