Init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace QFSW.QC
|
||||
{
|
||||
public interface ILog
|
||||
{
|
||||
string Text { get; }
|
||||
LogType Type { get; }
|
||||
bool NewLine { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user