mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-06 05:01:53 +00:00
DotNet script changes transform
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
using System;
|
||||
using GlitchyEngine.Math;
|
||||
|
||||
namespace GlitchyEngine.World
|
||||
{
|
||||
[Ordered]
|
||||
public struct TransformComponent
|
||||
{
|
||||
EcsEntity _parent = .InvalidEntity;
|
||||
|
||||
Reference in New Issue
Block a user