summaryrefslogtreecommitdiff
path: root/Assets/Scripts/Unit/Events/EventMeshFade.cs
blob: ee256b0fd0a39c6e6f011b16fa644c8798753a07 (plain)
1
2
3
4
5
6
7
8
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class EventMeshFade : AnimationEventBase
{

}