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