Пример #1
0
 public static void AddHealth(float h)
 {
     _instance.AddMyHealth(h);
     LevelMgr.Heal();
 }