riversong code showcase
This commit is contained in:
11
Source/Riversong/Game/World/EntityIdMap/EntityIdMapValue.cs
Normal file
11
Source/Riversong/Game/World/EntityIdMap/EntityIdMapValue.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace DanieleMarotta.RiversongCodeShowcase
|
||||
{
|
||||
public struct EntityIdMapValue
|
||||
{
|
||||
public int BuildingId;
|
||||
|
||||
public int ResourceNodeId;
|
||||
|
||||
public int CritterHerdId;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user