using UnityEngine; using System.Collections; public interface IMomObserver { void NotifyWarning(); void Notify(); }