forked from zxl/LaboratoryProtection
9 lines
165 B
C#
9 lines
165 B
C#
|
namespace Mono.Event
|
||
|
{
|
||
|
/// <summary>
|
||
|
/// 游戏逻辑事件基类。
|
||
|
/// </summary>
|
||
|
public abstract class GameEventArgs : BaseEventArgs
|
||
|
{
|
||
|
}
|
||
|
}
|