Exemplo n.º 1
0
 public void Init(GameOutward game)
 {
     TeamIndex    = game.Settings.Mode.GetPlayerIndex(Position.X);
     PokemonIndex = game.Settings.Mode.GetPokemonIndex(Position.X);
     Owner        = game.Board.Players[Position.Team, TeamIndex];
     game.Board[Position.Team, Position.X] = this;
 }
Exemplo n.º 2
0
 public void Update(GameOutward game)
 {
     Game = game;
     Update();
 }