void Awake() { entity = GetComponent <Entity>(); powerMan = FindObjectOfType <PowerManager>(); powerMan.AddSink(this); }