Exemple #1
0
 public void AddChest(Chest chest)
 {
     _chests.Add(chest);
     chest.AssignPoint(null);
     chest.Move(this.x, this.y + 0.2m, this.z);
 }