Exemplo n.º 1
0
 public PlayerSnake(PlayerSnake other, JObject payload)
 {
     InitialisePlayerSnake(payload);
     mPersonalisation = other.GetPersonalisation();
 }
Exemplo n.º 2
0
 public PlayerSnake()
 {
     // Defaults for personalisation
     mPersonalisation = new Personalisation("#ff00ff", "bendr", "pixel");
 }