AIsOfCatan.Log.PlayMonopolyLogEvent.PlayMonopolyLogEvent C# (CSharp) 메소드

PlayMonopolyLogEvent() 공개 메소드

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