scripts
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
using UnityEngine;
|
||||
|
||||
namespace RRUI
|
||||
{
|
||||
// Token: 0x020007AE RID: 1966
|
||||
[Token(Token = "0x20007AE")]
|
||||
[StructLayout(3)]
|
||||
public class Comment : MonoBehaviour
|
||||
{
|
||||
// Token: 0x06003793 RID: 14227 RVA: 0x000EC75C File Offset: 0x000EA95C
|
||||
[Token(Token = "0x6003793")]
|
||||
[Address(RVA = "0x3C1210", Offset = "0x3BFC10", VA = "0x1803C1210")]
|
||||
public Comment()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user