1
This commit is contained in:
10
Packages/Core/Debuger/IDebuger.cs
Normal file
10
Packages/Core/Debuger/IDebuger.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
namespace BITKit
|
||||
{
|
||||
public interface IDebuger
|
||||
{
|
||||
void Log(string context);
|
||||
void Log(string title, string context);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user