private void Start()
 {
     healthKitBar     = HealthKitBar.sharedInstance;
     pooler           = ObjectPooler.SharedInstance;
     startRollSpeed   = ROLL_BASE_SPEED;
     projectileOffset = Vector3.up * offsetProjectilePos;
 }
Exemplo n.º 2
0
 void Awake()
 {
     healthKitBar = HealthKitBar.sharedInstance;
 }
 void Awake()
 {
     sharedInstance = this;
 }