namespace DanieleMarotta.RiversongCodeShowcase { public struct EntityIdMapValue { public int BuildingId; public int ResourceNodeId; public int CritterHerdId; } }