mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Added basic component access in Scripts
This commit is contained in:
@@ -2,7 +2,7 @@ using GlitchyEngine.Core;
|
||||
|
||||
namespace GlitchyEngine;
|
||||
|
||||
public class Component : EngineObject
|
||||
public abstract class Component
|
||||
{
|
||||
|
||||
public Entity Entity { get; internal set; }
|
||||
}
|
||||
Reference in New Issue
Block a user