Going to bed but i wanna show off my cool debugging system
This commit is contained in:
10
Awperative/Kernel/Communication/Config/TempConfig.cs
Normal file
10
Awperative/Kernel/Communication/Config/TempConfig.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Awperative.Kernel.Communication.Config;
|
||||
|
||||
|
||||
|
||||
//TEMPORARY LIST OF VARIABLES, CONFIG DOESNT EXIST YET SO IM MAKING A VARIABLE LIST TO SEE WHAT I NEED TO REPLACE
|
||||
public static class Config
|
||||
{
|
||||
|
||||
public static string logFileName = "log";
|
||||
}
|
||||
Reference in New Issue
Block a user