Cleaned up project with better structure.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using Godot;
|
||||
using System.Collections.Generic;
|
||||
|
||||
public struct TileRenderData
|
||||
{
|
||||
public Tile Tile;
|
||||
public string MeshKey;
|
||||
public Transform3D Transform;
|
||||
public List<Placeholder> Placeholders;
|
||||
}
|
||||
Reference in New Issue
Block a user