字节表示

This commit is contained in:
Longfeng Qin 2024-09-17 02:16:10 +08:00
parent 005aa7d936
commit 554a46206c

View File

@ -8,9 +8,9 @@ namespace PSO2SERVER.Models
{
public enum EntityType : UInt16
{
Player = 0x4,
Map = 0x5,
Object = 0x6
Player = 0x04,
Map = 0x05,
Object = 0x06
}
public struct ObjectHeader