mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
8 lines
136 B
C#
8 lines
136 B
C#
using GlitchyEngine.Core;
|
|
|
|
namespace GlitchyEngine;
|
|
|
|
public abstract class Component
|
|
{
|
|
public Entity Entity { get; internal set; }
|
|
} |