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