inital commit

This commit is contained in:
Lee
2024-08-06 23:57:47 +01:00
parent bd31254990
commit 05e1c7170d
8 changed files with 604 additions and 0 deletions

9
Mod/Common/Logger.cs Normal file
View File

@ -0,0 +1,9 @@
using IPALogger = IPA.Logging.Logger;
namespace ScoreTracker.Common
{
internal class Logger
{
public static IPALogger Log { get; set; }
}
}