Example #1
0
 public Player(int id, Playground playground, Vector2 spawnPosition)
 {
     Id         = id;
     Playground = playground;
     Position   = spawnPosition;
 }
Example #2
0
 public Player(int id, Playground playground, Vector2 spawnPosition)
 {
     Id = id;
     Playground = playground;
     Position = spawnPosition;
 }