mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
7 lines
149 B
C#
7 lines
149 B
C#
namespace EggLink.DanhengServer.GameServer.Plugin.Constructor;
|
|
|
|
public interface IPlugin
|
|
{
|
|
public void OnLoad();
|
|
public void OnUnload();
|
|
} |