Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

17 lines
427 B
C#

using System;
using Cpp2IlInjected;
using UnityEngine;
// Token: 0x02000188 RID: 392
[Token(Token = "0x2000188")]
[DisallowMultipleComponent]
public class InvalidTeleportRestriction : TeleportRestriction
{
// Token: 0x06000C6C RID: 3180 RVA: 0x000374AC File Offset: 0x000356AC
[Token(Token = "0x6000C6C")]
[Address(RVA = "0x8E9790", Offset = "0x8E8790", VA = "0x1808E9790")]
public InvalidTeleportRestriction()
{
}
}