mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
[+] Network Module
[+] Network Module
This commit is contained in:
15
Assets/GameScripts/HotFix/GameLogic/Network/ProtoPacket.cs
Normal file
15
Assets/GameScripts/HotFix/GameLogic/Network/ProtoPacket.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
namespace GameLogic
|
||||
{
|
||||
/// <summary>
|
||||
/// 网络消息包。
|
||||
/// </summary>
|
||||
public partial class ProtoPacket : PacketBase
|
||||
{
|
||||
public override int Id => 1;
|
||||
|
||||
public override void Clear()
|
||||
{
|
||||
Close();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user