예제 #1
0
파일: Unit.cs 프로젝트: edsnyr/Grid-Tactics
 // Start is called before the first frame update
 void Start()
 {
     health = new Resource(startingHealth);
     health.AddResourceDisplays(InstantiateHealthDisplays());
 }