Skip to content

Commit

Permalink
rudp create package
Browse files Browse the repository at this point in the history
  • Loading branch information
alec1o committed Jul 2, 2024
1 parent b878524 commit 35b0f61
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/rudp/partials/RUDP.ClientTo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ private struct Config
public const byte CloseRepeat = 32;
}

private class Package
{
public uint Id { get; set; }
public byte[] Data { get; set; }
public sbyte Type { get; set; }
}


private ClientTo()
{
Expand Down

0 comments on commit 35b0f61

Please sign in to comment.