Files
2024-12-07 21:48:47 +01:00

8 lines
132 B
C#

using UnityEngine;
namespace KinematicCharacterController
{
public class ReadOnlyAttribute : PropertyAttribute
{
}
}