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
AddComponentMenu.cs
Go to the documentation of this file.
1using System;
2
3namespace UnityEngine
4{
5 // Token: 0x020000B0 RID: 176
6 public sealed class AddComponentMenu : Attribute
7 {
8 // Token: 0x0600031F RID: 799 RVA: 0x000068C4 File Offset: 0x00004AC4
13
14 // Token: 0x06000320 RID: 800 RVA: 0x000068E0 File Offset: 0x00004AE0
15 public AddComponentMenu(string menuName, int order)
16 {
18 }
19
20 // Token: 0x0400036D RID: 877
21 private string m_AddComponentMenu;
22
23 // Token: 0x0400036E RID: 878
24 private int m_Ordering;
25 }
26}
class f__AnonymousType0<< Count > j__TPar
AddComponentMenu(string menuName)
AddComponentMenu(string menuName, int order)