Beispiel #1
0
 public Button(Vector2 pos, Game1.ButtonType type, int playerNum)
 {
     position     = pos;
     buttonType   = type;
     playerNumber = playerNum;
 }
Beispiel #2
0
 public Button(Vector2 pos, Game1.ButtonType type)
 {
     position   = pos;
     buttonType = type;
 }