Example #1
0
 private void WO_MOB_OnInitialize()
 {
     _threat = RequiredComponent <MobThreatMgr>();
 }
Example #2
0
 private void WO_MOB_OnDestroy()
 {
     _respawn?.Destroy();
     _threat  = null;
     _respawn = null;
 }