Add v1.0.3.1
This commit is contained in:
145
Interop/Assembly-CSharp/CatEvent.cs
Normal file
145
Interop/Assembly-CSharp/CatEvent.cs
Normal file
@@ -0,0 +1,145 @@
|
||||
using System;
|
||||
using Il2CppInterop.Common.Attributes;
|
||||
using Il2CppInterop.Runtime;
|
||||
using Il2CppInterop.Runtime.InteropTypes.Arrays;
|
||||
|
||||
// Token: 0x0200018C RID: 396
|
||||
public class CatEvent : SceneEvent
|
||||
{
|
||||
// Token: 0x06004680 RID: 18048 RVA: 0x001192B4 File Offset: 0x001174B4
|
||||
[CallerCount(0)]
|
||||
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 542155, XrefRangeEnd = 542203, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
||||
public unsafe override void OpenEvent()
|
||||
{
|
||||
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
IntPtr* ptr = null;
|
||||
IntPtr intPtr2;
|
||||
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), CatEvent.NativeMethodInfoPtr_OpenEvent_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
||||
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
||||
}
|
||||
|
||||
// Token: 0x06004681 RID: 18049 RVA: 0x00119304 File Offset: 0x00117504
|
||||
[CallerCount(5)]
|
||||
[CachedScanResults(RefRangeStart = 541882, RefRangeEnd = 541887, XrefRangeStart = 541882, XrefRangeEnd = 541887, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
||||
public unsafe CatEvent()
|
||||
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<CatEvent>.NativeClassPtr))
|
||||
{
|
||||
IntPtr* ptr = null;
|
||||
IntPtr intPtr2;
|
||||
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(CatEvent.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
||||
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
||||
}
|
||||
|
||||
// Token: 0x06004682 RID: 18050 RVA: 0x00119350 File Offset: 0x00117550
|
||||
// Note: this type is marked as 'beforefieldinit'.
|
||||
static CatEvent()
|
||||
{
|
||||
Il2CppClassPointerStore<CatEvent>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "", "CatEvent");
|
||||
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<CatEvent>.NativeClassPtr);
|
||||
CatEvent.NativeFieldInfoPtr_Cat = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<CatEvent>.NativeClassPtr, "Cat");
|
||||
CatEvent.NativeFieldInfoPtr_AbsorbSoulSystem = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<CatEvent>.NativeClassPtr, "AbsorbSoulSystem");
|
||||
CatEvent.NativeFieldInfoPtr_Type = IL2CPP.GetIl2CppField(Il2CppClassPointerStore<CatEvent>.NativeClassPtr, "Type");
|
||||
CatEvent.NativeMethodInfoPtr_OpenEvent_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<CatEvent>.NativeClassPtr, 100667982);
|
||||
CatEvent.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<CatEvent>.NativeClassPtr, 100667983);
|
||||
}
|
||||
|
||||
// Token: 0x06004683 RID: 18051 RVA: 0x00117370 File Offset: 0x00115570
|
||||
public CatEvent(IntPtr pointer)
|
||||
: base(pointer)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x17001992 RID: 6546
|
||||
// (get) Token: 0x06004684 RID: 18052 RVA: 0x001193E4 File Offset: 0x001175E4
|
||||
// (set) Token: 0x06004685 RID: 18053 RVA: 0x00119418 File Offset: 0x00117618
|
||||
public unsafe NPC_Cat Cat
|
||||
{
|
||||
get
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(CatEvent.NativeFieldInfoPtr_Cat);
|
||||
IntPtr intPtr2 = *intPtr;
|
||||
return (intPtr2 != 0) ? new NPC_Cat(intPtr2) : null;
|
||||
}
|
||||
set
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(CatEvent.NativeFieldInfoPtr_Cat), IL2CPP.Il2CppObjectBaseToPtr(value));
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17001993 RID: 6547
|
||||
// (get) Token: 0x06004686 RID: 18054 RVA: 0x00119440 File Offset: 0x00117640
|
||||
// (set) Token: 0x06004687 RID: 18055 RVA: 0x00119474 File Offset: 0x00117674
|
||||
public unsafe Boss03_AbsorbSoulSystem AbsorbSoulSystem
|
||||
{
|
||||
get
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(CatEvent.NativeFieldInfoPtr_AbsorbSoulSystem);
|
||||
IntPtr intPtr2 = *intPtr;
|
||||
return (intPtr2 != 0) ? new Boss03_AbsorbSoulSystem(intPtr2) : null;
|
||||
}
|
||||
set
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(CatEvent.NativeFieldInfoPtr_AbsorbSoulSystem), IL2CPP.Il2CppObjectBaseToPtr(value));
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17001994 RID: 6548
|
||||
// (get) Token: 0x06004688 RID: 18056 RVA: 0x0011949C File Offset: 0x0011769C
|
||||
// (set) Token: 0x06004689 RID: 18057 RVA: 0x001194D0 File Offset: 0x001176D0
|
||||
public unsafe Il2CppStructArray<CatEvent.EventType> Type
|
||||
{
|
||||
get
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(CatEvent.NativeFieldInfoPtr_Type);
|
||||
IntPtr intPtr2 = *intPtr;
|
||||
return (intPtr2 != 0) ? new Il2CppStructArray<CatEvent.EventType>(intPtr2) : null;
|
||||
}
|
||||
set
|
||||
{
|
||||
IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(CatEvent.NativeFieldInfoPtr_Type), IL2CPP.Il2CppObjectBaseToPtr(value));
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x04002EA9 RID: 11945
|
||||
private static readonly IntPtr NativeFieldInfoPtr_Cat;
|
||||
|
||||
// Token: 0x04002EAA RID: 11946
|
||||
private static readonly IntPtr NativeFieldInfoPtr_AbsorbSoulSystem;
|
||||
|
||||
// Token: 0x04002EAB RID: 11947
|
||||
private static readonly IntPtr NativeFieldInfoPtr_Type;
|
||||
|
||||
// Token: 0x04002EAC RID: 11948
|
||||
private static readonly IntPtr NativeMethodInfoPtr_OpenEvent_Public_Virtual_Void_0;
|
||||
|
||||
// Token: 0x04002EAD RID: 11949
|
||||
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0;
|
||||
|
||||
// Token: 0x0200018D RID: 397
|
||||
public enum EventType
|
||||
{
|
||||
// Token: 0x04002EAF RID: 11951
|
||||
Other,
|
||||
// Token: 0x04002EB0 RID: 11952
|
||||
DisplayNormal,
|
||||
// Token: 0x04002EB1 RID: 11953
|
||||
DisplayHead,
|
||||
// Token: 0x04002EB2 RID: 11954
|
||||
MagicOpen,
|
||||
// Token: 0x04002EB3 RID: 11955
|
||||
MagicClose,
|
||||
// Token: 0x04002EB4 RID: 11956
|
||||
AbsorbSkill,
|
||||
// Token: 0x04002EB5 RID: 11957
|
||||
CurePlayerMP,
|
||||
// Token: 0x04002EB6 RID: 11958
|
||||
CreateScriptSoul,
|
||||
// Token: 0x04002EB7 RID: 11959
|
||||
DisplayEnding,
|
||||
// Token: 0x04002EB8 RID: 11960
|
||||
Glow
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user