Ejemplo n.º 1
0
 public void Create()
 {
     this.game.AddCamera(this);
     Operations.AddInterestArea(this.game, this.Id, this.Position, this.ViewDistanceEnter, this.ViewDistanceExit);
 }