mirror of
https://github.com/raphaeIl/Novaria.git
synced 2025-12-14 23:44:56 +01:00
test ike crypto works, new protos from pb
This commit is contained in:
20
Novaria.Common/Core/Packet.cs
Normal file
20
Novaria.Common/Core/Packet.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Novaria.Common.Core
|
||||
{
|
||||
public class Packet
|
||||
{
|
||||
public short msgId;
|
||||
|
||||
public byte[] msgBody;
|
||||
|
||||
public Action<Packet, object> callback;
|
||||
|
||||
public short receiveMsgId;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user