11 lines
199 B
C#
11 lines
199 B
C#
namespace DanieleMarotta.RiversongCodeShowcase
|
|
{
|
|
public struct EntityIdMapValue
|
|
{
|
|
public int BuildingId;
|
|
|
|
public int ResourceNodeId;
|
|
|
|
public int CritterHerdId;
|
|
}
|
|
} |