using System.Collections; using System.Collections.Generic; using UnityEngine; public interface ILookAround { GameObject isObserving { get; } void Looking(GameObject source,bool state); }