mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-06 05:01:53 +00:00
Show Buttons in entity editor
- ScriptEngine: Added HasCustomAttribute- extension method - ScriptEngine: Added Application class
This commit is contained in:
@@ -202,14 +202,6 @@ namespace GlitchyEngine.World
|
||||
}
|
||||
}
|
||||
|
||||
public void Start(bool simulation, bool runtime)
|
||||
{
|
||||
if (simulation)
|
||||
StartSimulation();
|
||||
|
||||
|
||||
}
|
||||
|
||||
public void StartRuntime()
|
||||
{
|
||||
ScriptEngine.StartRuntime(this);
|
||||
|
||||
Reference in New Issue
Block a user