字节表示
This commit is contained in:
parent
005aa7d936
commit
554a46206c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user