riversong code showcase
This commit is contained in:
21
Source/Riversong/Game/World/RawResources/ResourceNode.cs
Normal file
21
Source/Riversong/Game/World/RawResources/ResourceNode.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using Unity.Mathematics;
|
||||
|
||||
namespace DanieleMarotta.RiversongCodeShowcase
|
||||
{
|
||||
public struct ResourceNode
|
||||
{
|
||||
public int Id;
|
||||
|
||||
public int DefinitionId;
|
||||
|
||||
public float3 Position;
|
||||
|
||||
public int2 Tile;
|
||||
|
||||
public Directions Orientation;
|
||||
|
||||
public int Elevation;
|
||||
|
||||
public bool CanBeDeleted;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user