Esempio n. 1
0
 public void DeleteSelf()
 {
     questsUI.DeleteTaskPartFromDb(MyID);
     Destroy(gameObject);
     Destroy(this);
 }