Walking SFX on different materials

This commit is contained in:
2026-06-17 22:46:43 -07:00
parent 30758cd28d
commit 8939460eda
72 changed files with 1201 additions and 176 deletions
@@ -0,0 +1,9 @@
namespace Zennysoft.Ma.Adapter;
public enum GroundType
{
Dirt,
Concrete,
Metal,
Marble
}