FunGame-Core/FunGame.Core/Entity/Event/GeneralEventHandler.cs
2022-10-01 22:11:12 +08:00

14 lines
218 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Milimoe.FunGame.Core.Entity.Event
{
public class GeneralEventHandler
{
}
}