using System; using UnityEngine; namespace BlueWater { public static class GlobalEvents { public static Action FadeInOut; } }