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

MoveRobberLogEvent() 공개 메소드

public MoveRobberLogEvent ( int player, int tile ) : System
player int
tile int
리턴 System
        public MoveRobberLogEvent(int player, int tile)
        {
            Player = player;
            Tile = tile;
        }