terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
IContainer.cs
Go to the documentation of this file.
1using System;
3
5{
6 [global::Cpp2ILInjected.Token(Token = "0x200033B")]
7 public interface IContainer : IDisposable
8 {
9 [global::Cpp2ILInjected.Token(Token = "0x6001596")]
10 void Add(IComponent component);
11
12 [global::Cpp2ILInjected.Token(Token = "0x6001597")]
13 void Add(IComponent component, string name);
14
15 [global::Cpp2ILInjected.Token(Token = "0x170004EA")]
17 {
18 [global::Cpp2ILInjected.Token(Token = "0x6001598")]
19 get;
20 }
21
22 [global::Cpp2ILInjected.Token(Token = "0x6001599")]
23 void Remove(IComponent component);
24 }
25}
ComponentCollection Components
Definition IContainer.cs:17
void Add(IComponent component)
void Remove(IComponent component)
void Add(IComponent component, string name)