示例#1
0
 void Start()
 {
     gAdvanced = GetComponent <GroundCheckAdvanced>();
 }
示例#2
0
 void Start()
 {
     particle = GetComponent <ParticleSystem>();
     gc       = GetComponentInParent <GroundCheckAdvanced>();
     sound    = GetComponent <SoundEvent>();
 }