예제 #1
0
파일: Health.cs 프로젝트: jvalen/moonhop
 private void UpdateHitsTaken(int hitsTaken)
 {
     hitsPersistentObject.SetHits(hitsTaken);
 }