Exemplo n.º 1
0
 public PokemonSlot()
 {
     this.Position = new Vector2(0, 0);
     this.Size = new Vector2(32, 32);
     Pokemon = null;
     Animation = null;
 }