mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
8 lines
103 B
Beef
8 lines
103 B
Beef
namespace GlitchyEngine.Renderer
|
|
{
|
|
public struct MeshComponent
|
|
{
|
|
public GeometryBinding Mesh;
|
|
}
|
|
}
|