terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
CullingGroupEvent.cs
Go to the documentation of this file.
1using System;
2
3namespace UnityEngine
4{
5 // Token: 0x02000078 RID: 120
6 public struct CullingGroupEvent
7 {
8 // Token: 0x040002E7 RID: 743
9 private int m_Index;
10
11 // Token: 0x040002E8 RID: 744
12 private byte m_PrevState;
13
14 // Token: 0x040002E9 RID: 745
15 private byte m_ThisState;
16 }
17}