10 lines
244 B
C#
10 lines
244 B
C#
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";
|
|
} |