10 lines
177 B
C#
10 lines
177 B
C#
|
// Designed by KINEMATION, 2024
|
|||
|
|
|||
|
using UnityEngine;
|
|||
|
|
|||
|
namespace Kinemation.MotionWarping.Runtime.Utility
|
|||
|
{
|
|||
|
public class ReadOnlyAttribute : PropertyAttribute
|
|||
|
{
|
|||
|
}
|
|||
|
}
|