using UnityEngine; namespace DynamicFogAndMist2 { public interface IDynamicFogManager { string managerName { get; } } }