location #19

Merged
defnotken merged 2 commits from location into main 2025-12-27 16:39:22 +00:00
Showing only changes of commit fdd492a8f4 - Show all commits

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]