8 lines
132 B
C#
Raw Normal View History

2025-01-02 12:15:45 +08:00
using UnityEngine;
namespace KinematicCharacterController
{
public class ReadOnlyAttribute : PropertyAttribute
{
}
}