void Start() { gun = gunMoveScript.Instance; curHp = totleHp; game = gameConllerScript.Instance; text = textScript.Instance; }
void Awake() { Instance = this; }
void Start() { gun = gunMoveScript.Instance; }
void Start() { gun = gunMoveScript.Instance; numBullet = gun.maxBullet; }