コード例 #1
0
 public void OnEnable()
 {
     healthCommandReceiver.OnModifyHealthRequestReceived += OnModifiedHealthRequest;
     timerSystem = world.GetExistingSystem <BaseUnitReviveTimerSystem>();
 }