Files
2026-06-04 11:42:34 +02:00

11 lines
196 B
C#

using System;
namespace UnityEngine
{
// Token: 0x020003C5 RID: 965
[AttributeUsage(AttributeTargets.Parameter, AllowMultiple = false)]
internal class WritableAttribute : Attribute
{
}
}