コード例 #1
0
 public void initializeHP(float h)
 {
     health = h;
     bar.Initialize(this);
 }