Files
DefendNJ/Assets/_DefendNJ/Scripts/DefendEvent/StartEvent.cs

9 lines
127 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class StartEvent : DefendEvent
{
}