introduce InstanceId

This commit is contained in:
Tsubasahane
2025-12-27 19:53:49 +08:00
parent 9feb0b3c35
commit fdd492a8f4

View File

@@ -59,6 +59,7 @@ public record struct LocationInfo
[Key(4)] public uint WardId { get; set; }
[Key(5)] public uint HouseId { get; set; }
[Key(6)] public uint RoomId { get; set; }
[Key(7)] public uint InstanceId { get; set; }
}
[MessagePackObject]