11 lines
176 B
C#
11 lines
176 B
C#
using System;
|
|
using UnityEngine;
|
|
|
|
namespace BlueWater
|
|
{
|
|
public static class GlobalEvents
|
|
{
|
|
public static Action<float, float, Color?, float> FadeInOut;
|
|
}
|
|
}
|