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
ContainerFilterService.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200035C RID: 860
6 public abstract class ContainerFilterService
7 {
8 // Token: 0x06001673 RID: 5747 RVA: 0x000419CC File Offset: 0x0003FBCC
10 {
11 }
12
13 // Token: 0x06001674 RID: 5748 RVA: 0x000419E0 File Offset: 0x0003FBE0
15 {
16 return components;
17 }
18 }
19}
virtual ComponentCollection FilterComponents(ComponentCollection components)