Files
DefendNJ/Assets/_DefendNJ/Scripts/DefendEvent/StartEvent.cs
2025-09-24 11:10:05 +08:00

9 lines
128 B
C#

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