void Awake() { keys = GetComponent <IKeyMaster>(); }
private void Awake() { _aud = GetComponent <AudioSource>(); keys = GetComponent <IKeyMaster>(); }
static public IKeyMaster Get(this IKeyMaster empty) { return(KeyMaster); }