initialize repo
This commit is contained in:
6
Lib/Civilization.Core/Interfaces/ILogger.cs
Normal file
6
Lib/Civilization.Core/Interfaces/ILogger.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Civilization.Core.Interfaces;
|
||||
|
||||
public interface ILogger
|
||||
{
|
||||
void Log(string message);
|
||||
}
|
Reference in New Issue
Block a user