示例#1
0
文件: Health.cs 项目: gonek1/TestGame
 void Start()
 {
     system = new EnemyHealthsystem(100);
     healthDisplay.SetupForEnemy(system);
 }