예제 #1
0
파일: Unit.cs 프로젝트: Mapz/SuperSimon
 public void AttachToHPBar(HPBar _hp)
 {
     hpBarAttached = _hp;
     hpBarAttached.Attach(this);
 }