void Awake() { if (instance != null) { Debug.LogWarning("More than one Instance of Inventory found"); return; } instance = this; }
void Start() { fs = FluteSay.instance; }