示例#1
0
 public static unsafe void Start(string client)
 {
     hooks = UOHooks.Start(client, OnMessage, PatchEncryption);
 }
示例#2
0
 public static unsafe void Start(string client)
 {
     hooks = UOHooks.Start(client, OnMessage, PatchEncryption);
 }