示例#1
0
        void Start()
        {
            current = this;
            sound = new CreatureSound(GetComponent<AudioSource>());

            defaultFireCharge = fireCharge;
            defaultHealth = health;

            GameInfo.Status.StartPlay();
        }
示例#2
0
 void Start()
 {
     sound = new CreatureSound(GetComponent<AudioSource>());
 }