using System.Collections; using System.Collections.Generic; using UnityEngine; public class footStepSurfaceSystem : MonoBehaviour { public string surfaceName; public string getSurfaceName () { return surfaceName; } }