﻿namespace JLGames.RocketDriver.CSharp.Event
{
    public static class EventDelegates
    {
        /// <summary>
        /// Delegate function
        /// 委托函数
        /// </summary>
        /// <param name="evd"></param>
        public delegate void EventHandler(EventData evd);
    }
}