scripts
This commit is contained in:
@@ -0,0 +1,62 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
using UnityEngine;
|
||||
|
||||
// Token: 0x02002522 RID: 9506
|
||||
[Token(Token = "0x2002522")]
|
||||
[StructLayout(3)]
|
||||
public class EBOFGOCFEPD
|
||||
{
|
||||
// Token: 0x0601065E RID: 67166 RVA: 0x003D8134 File Offset: 0x003D6334
|
||||
[Token(Token = "0x601065E")]
|
||||
[Address(RVA = "0x1061360", Offset = "0x105FD60", VA = "0x181061360")]
|
||||
public EBOFGOCFEPD(string text, float duration = 2f)
|
||||
{
|
||||
this.BJJEDIGOMGC = duration;
|
||||
this.PAANJCAOOAG = text;
|
||||
}
|
||||
|
||||
// Token: 0x0601065F RID: 67167 RVA: 0x003D8160 File Offset: 0x003D6360
|
||||
[Token(Token = "0x601065F")]
|
||||
[Address(RVA = "0x10612B0", Offset = "0x105FCB0", VA = "0x1810612B0")]
|
||||
public void OLEKBGPGGDK()
|
||||
{
|
||||
float time = Time.time;
|
||||
float bjjedigomgc = this.BJJEDIGOMGC;
|
||||
float time2 = Time.time;
|
||||
this.NOPDGBHHGNG = time2;
|
||||
NotificationManager instance = SingletonMonoBehaviour.Instance;
|
||||
float bjjedigomgc2 = this.BJJEDIGOMGC;
|
||||
int num = 0;
|
||||
string paanjcaooag = this.PAANJCAOOAG;
|
||||
IDisposable disposable = instance.Play(NotificationManager.IBIDFAOPIPC.Medium, paanjcaooag, bjjedigomgc2, num, num);
|
||||
}
|
||||
|
||||
// Token: 0x0400AE83 RID: 44675
|
||||
[Token(Token = "0x400AE83")]
|
||||
private const NotificationManager.IBIDFAOPIPC DGONHDNDEML = NotificationManager.IBIDFAOPIPC.Medium;
|
||||
|
||||
// Token: 0x0400AE84 RID: 44676
|
||||
[Token(Token = "0x400AE84")]
|
||||
private const float AGDMNOCGLEP = 0.5f;
|
||||
|
||||
// Token: 0x0400AE85 RID: 44677
|
||||
[Token(Token = "0x400AE85")]
|
||||
private const float ECCBAOLLMMB = 2f;
|
||||
|
||||
// Token: 0x0400AE86 RID: 44678
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x400AE86")]
|
||||
private readonly string PAANJCAOOAG;
|
||||
|
||||
// Token: 0x0400AE87 RID: 44679
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x400AE87")]
|
||||
private readonly float BJJEDIGOMGC = 2f;
|
||||
|
||||
// Token: 0x0400AE88 RID: 44680
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x1C")]
|
||||
[Token(Token = "0x400AE88")]
|
||||
private float NOPDGBHHGNG;
|
||||
}
|
||||
Reference in New Issue
Block a user