mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
9 lines
96 B
C#
9 lines
96 B
C#
using GlitchyEngine.Core;
|
|
|
|
namespace GlitchyEngine;
|
|
|
|
public class Transform : EngineObject
|
|
{
|
|
|
|
}
|