CapersProject/Assets/02.Scripts/GlobalEvents.cs

11 lines
176 B
C#
Raw Normal View History

using System;
using UnityEngine;
namespace BlueWater
{
public static class GlobalEvents
{
public static Action<float, float, Color?, float> FadeInOut;
}
}