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
IContainer.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200033B RID: 827
6 public interface IContainer : IDisposable
7 {
8 // Token: 0x06001596 RID: 5526
9 void Add(IComponent component);
10
11 // Token: 0x06001597 RID: 5527
12 void Add(IComponent component, string name);
13
14 // Token: 0x170004EA RID: 1258
15 // (get) Token: 0x06001598 RID: 5528
17
18 // Token: 0x06001599 RID: 5529
19 void Remove(IComponent component);
20 }
21}
ComponentCollection Components
Definition IContainer.cs:16
void Add(IComponent component)
void Remove(IComponent component)
void Add(IComponent component, string name)