コード例 #1
0
 public void DeleteCreatureTemplate(creature_template c)
 {
     CreatureTemplate.Remove(c);
     WorldWorker.DeleteCreatureTemplate(c);
 }