示例#1
0
 public void GetLife()
 {
     maxLife += 2;
     life    += 2;
     hud.AddContainers();
     SetLife();
 }