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