Example #1
0
 public override void Setup()
 {
     base.Setup();
     soundCtrl    = GetComponentInChildren <BulletSoundController>();
     spawnSticky  = false;
     stickyObject = null;
 }
Example #2
0
 public override void Setup()
 {
     base.Setup();
     soundCtrl = GetComponentInChildren <BulletSoundController>();
 }