AIsOfCatan.Log.DiscardCardsLogEvent.DiscardCardsLogEvent C# (CSharp) Method

DiscardCardsLogEvent() public method

public DiscardCardsLogEvent ( int player, List cards ) : System
player int
cards List
return System
        public DiscardCardsLogEvent(int player, List<Resource> cards)
        {
            Player = player;
            this.cards = cards;
        }