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

PlayMonopolyLogEvent() public method

public PlayMonopolyLogEvent ( int player, Resource res, int cardsGained ) : System
player int
res Resource
cardsGained int
return System
        public PlayMonopolyLogEvent(int player, Resource res, int cardsGained)
        {
            Player = player;
            Resource = res;
            Gained = cardsGained;
        }