10 lines
127 B
C#
10 lines
127 B
C#
using UnityEngine;
|
|
|
|
namespace GorillaLocomotion
|
|
{
|
|
public class Surface : MonoBehaviour
|
|
{
|
|
public float slipPercentage;
|
|
}
|
|
}
|