mirror of
https://github.com/nothke/quality-control.git
synced 2025-03-11 23:07:54 +00:00
8 lines
132 B
C#
8 lines
132 B
C#
using UnityEngine;
|
|
|
|
namespace KinematicCharacterController
|
|
{
|
|
public class ReadOnlyAttribute : PropertyAttribute
|
|
{
|
|
}
|
|
} |