a
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace UnityEngine
|
||||
{
|
||||
// Token: 0x020000E4 RID: 228
|
||||
[Token(Token = "0x20000E4")]
|
||||
[AttributeUsage(AttributeTargets.Field)]
|
||||
public class TooltipAttribute : PropertyAttribute
|
||||
{
|
||||
// Token: 0x060009BF RID: 2495 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x60009BF")]
|
||||
[Address(RVA = "0x756A20", Offset = "0x755820", VA = "0x180756A20")]
|
||||
public TooltipAttribute(string tooltip)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x04000434 RID: 1076
|
||||
[FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x4000434")]
|
||||
public readonly string tooltip;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user