Inheritance: NetworkBehaviour
コード例 #1
0
    // Conditions that cause explosion. Can make your own

    private void Start()
    {
        instSound      = GetComponent <InstanciateSound>();
        buildingStatus = GetComponent <Entity>();
        onDeath();
    }
コード例 #2
0
 // Conditions that cause explosion. Can make your own
 private void Start()
 {
     instSound = GetComponent<InstanciateSound>();
     buildingStatus = GetComponent<Entity>();
     onDeath();
 }