Exemple #1
0
 protected virtual void Awake()
 {
     this.WeaponExplosionLogic = GetComponent <WeaponExplosionLogic>();
     this._collider            = GetComponent <BoxCollider2D>();
 }
Exemple #2
0
 protected virtual void Awake()
 {
     this.WeaponExplosionLogic = GetComponent <WeaponExplosionLogic>();
 }