Add logging functionality with ILogger interface and implementations
This commit is contained in:
@@ -3,4 +3,5 @@ namespace GameCore.Config;
|
||||
public class SimulationConfig
|
||||
{
|
||||
public float GravityStrength { get; set; } = 9.81f;
|
||||
public bool LoggingEnabled { get; set; } = true;
|
||||
}
|
||||
Reference in New Issue
Block a user