chore: Code Cleanup (#1239)
This commit is contained in:
parent
4eee508358
commit
6426996f29
10 changed files with 6 additions and 15 deletions
|
|
@ -48,7 +48,10 @@ public static class OutgoingTargetPackets
|
|||
public static void SendCancelTarget(this NetState ns) =>
|
||||
ns?.Send(stackalloc byte[]
|
||||
{
|
||||
0x6C, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0
|
||||
0x6C, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x3, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0
|
||||
});
|
||||
|
||||
public static void SendTargetReq(this NetState ns, Target t)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue