Add attribute system with core stats and gameplay components
This commit is contained in:
6
GameCore/Config/SimulationConfig.cs
Normal file
6
GameCore/Config/SimulationConfig.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace GameCore.Config;
|
||||
|
||||
public class SimulationConfig
|
||||
{
|
||||
public float GravityStrength { get; set; } = 9.81f;
|
||||
}
|
||||
Reference in New Issue
Block a user