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
RequireComponent.cs
Go to the documentation of this file.
1using System;
3
4namespace UnityEngine
5{
6 // Token: 0x020000AF RID: 175
7 [AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
9 public sealed class RequireComponent : Attribute
10 {
11 // Token: 0x0600031E RID: 798 RVA: 0x000068A8 File Offset: 0x00004AA8
16
17 // Token: 0x0400036A RID: 874
18 public Type m_Type0;
19
20 // Token: 0x0400036B RID: 875
21 public Type m_Type1;
22
23 // Token: 0x0400036C RID: 876
24 public Type m_Type2;
25 }
26}
class f__AnonymousType0<< Count > j__TPar
RequireComponent(Type requiredComponent)