コード例 #1
0
ファイル: InterestArea.cs プロジェクト: geosohal/Mmo
 public void Remove()
 {
     Operations.RemoveInterestArea(this.game, this.Id);
     this.game.RemoveCamera(this.cameraId);
 }