示例#1
0
 /// <summary>
 /// The destroy.
 /// </summary>
 public void Destroy()
 {
     this.IsDestroyed = true;
     Operations.DestroyItem(this.Game, this.Id, this.Type);
 }