scripts
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace UnityEngine
|
||||
{
|
||||
// Token: 0x02000459 RID: 1113
|
||||
[AttributeUsage(AttributeTargets.Field, Inherited = true, AllowMultiple = false)]
|
||||
public sealed class DelayedAttribute : PropertyAttribute
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user