public Player(int id, Playground playground, Vector2 spawnPosition) { Id = id; Playground = playground; Position = spawnPosition; }