mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
[+] Update Procedure Path And asmdef
[+] Update Procedure Path And asmdef
This commit is contained in:
@@ -13,7 +13,7 @@ namespace TEngine.Editor
|
||||
"TEngine.Runtime",
|
||||
"Assembly-CSharp",
|
||||
"GameMain.Runtime",
|
||||
|
||||
"GameMain",
|
||||
"GameBase",
|
||||
"GameLogic",
|
||||
"GameProto",
|
||||
@@ -26,7 +26,6 @@ namespace TEngine.Editor
|
||||
"Assembly-CSharp",
|
||||
"TEngine.Editor",
|
||||
"Assembly-CSharp-Editor",
|
||||
"GameMain.Runtime",
|
||||
"GameMain",
|
||||
"GameMain.Editor",
|
||||
"GameBase",
|
||||
|
@@ -35,7 +35,7 @@ namespace System.Net.Sockets.Kcp.Simple
|
||||
buffer.Dispose();
|
||||
}
|
||||
|
||||
public async void SendAsync(byte[] datagram, int bytes)
|
||||
public void SendAsync(byte[] datagram, int bytes)
|
||||
{
|
||||
kcp.Send(datagram.AsSpan().Slice(0, bytes));
|
||||
}
|
||||
|
Reference in New Issue
Block a user