Walking SFX on different materials
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Zennysoft.Ma.Adapter;
|
||||
|
||||
public enum GroundType
|
||||
{
|
||||
Dirt,
|
||||
Concrete,
|
||||
Metal,
|
||||
Marble
|
||||
}
|
||||
Reference in New Issue
Block a user