mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2025-04-21 19:49:34 +08:00
delete static
This commit is contained in:
parent
9c0f742f00
commit
98367f89e2
@ -88,13 +88,13 @@ namespace Milimoe.FunGame.Core.Controller
|
||||
/// <para>不建议new Dispose()方法,建议使用事件</para>
|
||||
/// <para>事件会在base.Dispose()执行前触发</para>
|
||||
/// </summary>
|
||||
protected static event DisposedEvent? Disposed;
|
||||
protected event DisposedEvent? Disposed;
|
||||
|
||||
/// <summary>
|
||||
/// 触发关闭事件
|
||||
/// </summary>
|
||||
/// <param name="SocketObject">SocketObject</param>
|
||||
protected static void OnDisposed()
|
||||
protected void OnDisposed()
|
||||
{
|
||||
Disposed?.Invoke();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user