17 lines
436 B
C#
17 lines
436 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
|
|
// Token: 0x02000129 RID: 297
|
|
[Token(Token = "0x2000129")]
|
|
[StructLayout(3)]
|
|
public class DynamicTeleportRestriction : TeleportRestriction
|
|
{
|
|
// Token: 0x060007BC RID: 1980 RVA: 0x00026144 File Offset: 0x00024344
|
|
[Token(Token = "0x60007BC")]
|
|
[Address(RVA = "0x6A4030", Offset = "0x6A2A30", VA = "0x1806A4030")]
|
|
public DynamicTeleportRestriction()
|
|
{
|
|
}
|
|
}
|