コード例 #1
0
 // Start is called before the first frame update
 void Start()
 {
     health        = GetComponent <HealthController>();
     health.OnDie += HandleDeath;
     activate      = GetComponent <TerminalActivation>();
 }
コード例 #2
0
 // Start is called before the first frame update
 void Start()
 {
     health   = GetComponent <HealthController>();
     activate = GetComponent <TerminalActivation>();
 }