void Awake() { Instance = this; }
// Use this for initialization void Start() { Hpin = GetComponent <Hp> (); lvl = GetComponent <AI_Level> (); }