Files
2025-11-16 18:44:39 -05:00

8 lines
132 B
C#

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