mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Added logger
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
using System;
|
||||
using GlitchyEngine;
|
||||
using System.Diagnostics;
|
||||
using GlitchLog;
|
||||
|
||||
namespace Sandbox
|
||||
{
|
||||
@@ -8,6 +10,8 @@ namespace Sandbox
|
||||
[Export, LinkName("CreateApplication")]
|
||||
public static Application CreateApplication()
|
||||
{
|
||||
|
||||
|
||||
return new SandboxApp();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user