refactor: move cmd_id into net

This commit is contained in:
Naruse
2024-11-08 11:05:39 +08:00
parent 23f4f7bc63
commit bfbf1bb2ab
4 changed files with 25 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
import struct
from game_server.protocol.cmd_id import CmdID
from game_server.net.cmd_id import CmdID
class Packet:
def __init__(self, buf: bytes):