Tanoda
ColorChangedEvent.cs
Go to the documentation of this file.
1using UnityEngine;
2using System;
4
5[Serializable]
6public class ColorChangedEvent : UnityEvent<Color>
7{
8
9}