Files
27Aug2021-Cpp2IL-Dump/Assembly-CSharp/RecRoom/Players/Watch/WatchAttractor.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

84 lines
2.6 KiB
C#

using System;
using Cpp2IlInjected;
using UnityEngine;
namespace RecRoom.Players.Watch
{
// Token: 0x0200295F RID: 10591
[Token(Token = "0x200295F")]
public class WatchAttractor : MonoBehaviour
{
// Token: 0x06011A82 RID: 72322 RVA: 0x003FEBD0 File Offset: 0x003FCDD0
[Token(Token = "0x6011A82")]
[Address(RVA = "0x13545F0", Offset = "0x13535F0", VA = "0x1813545F0")]
private void Start()
{
Player componentInParent = base.gameObject.GetComponentInParent<Player>();
int num = 0;
if (componentInParent != num)
{
global::UnityEngine.Object.Destroy(this);
}
NotificationLineControl notificationLineControl = this.notificationEffect;
NotificationLineControl.NotificationLineControlConfig notificationLineControlConfig = this.notificationLineConfig;
notificationLineControl.Config = notificationLineControlConfig;
}
// Token: 0x1700315C RID: 12636
// (get) Token: 0x06011A83 RID: 72323 RVA: 0x003FEC18 File Offset: 0x003FCE18
// (set) Token: 0x06011A84 RID: 72324 RVA: 0x003FEC2C File Offset: 0x003FCE2C
[Token(Token = "0x1700315C")]
public bool NMIKFJDMHAA
{
[Token(Token = "0x6011A83")]
[Address(RVA = "0x5AB2E0", Offset = "0x5AA2E0", VA = "0x1805AB2E0")]
get
{
return this.MLCDGNJFJLI;
}
[Token(Token = "0x6011A84")]
[Address(RVA = "0x13546E0", Offset = "0x13536E0", VA = "0x1813546E0")]
set
{
this.MLCDGNJFJLI = value;
GameObject gameObject = this.notificationEffect.gameObject;
bool mlcdgnjfjli = this.MLCDGNJFJLI;
gameObject.SetActive(mlcdgnjfjli);
GameObject gameObject2 = this.notificationProjectorBeam.gameObject;
bool mlcdgnjfjli2 = this.MLCDGNJFJLI;
gameObject2.SetActive(mlcdgnjfjli2);
}
}
// Token: 0x06011A85 RID: 72325 RVA: 0x003FEC7C File Offset: 0x003FCE7C
[Token(Token = "0x6011A85")]
[Address(RVA = "0x428AD0", Offset = "0x427AD0", VA = "0x180428AD0")]
public WatchAttractor()
{
}
// Token: 0x0400B4FD RID: 46333
[FieldOffset(Offset = "0x18")]
[Token(Token = "0x400B4FD")]
[SerializeField]
private NotificationLineControl notificationEffect;
// Token: 0x0400B4FE RID: 46334
[FieldOffset(Offset = "0x20")]
[Token(Token = "0x400B4FE")]
[SerializeField]
private NotificationLineControl.NotificationLineControlConfig notificationLineConfig;
// Token: 0x0400B4FF RID: 46335
[FieldOffset(Offset = "0x28")]
[Token(Token = "0x400B4FF")]
[SerializeField]
private NotificationProjectorBeam notificationProjectorBeam;
// Token: 0x0400B500 RID: 46336
[FieldOffset(Offset = "0x30")]
[Token(Token = "0x400B500")]
private bool MLCDGNJFJLI;
}
}