mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2025-12-13 13:24:34 +01:00
7 lines
165 B
C#
7 lines
165 B
C#
namespace KianaBH.GameServer.Server.Packet;
|
|
|
|
[AttributeUsage(AttributeTargets.Class)]
|
|
public class Opcode(int cmdId) : Attribute
|
|
{
|
|
public int CmdId = cmdId;
|
|
} |