예제 #1
0
파일: Health.cs 프로젝트: gonek1/TestGame
 void Start()
 {
     system = new EnemyHealthsystem(100);
     healthDisplay.SetupForEnemy(system);
 }