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
IBestiaryEntryFilter.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000925 RID: 2341
7 public interface IBestiaryEntryFilter : IEntryFilter<BestiaryEntry>
8 {
9 // Token: 0x17000814 RID: 2068
10 // (get) Token: 0x0600470E RID: 18190
11 bool? ForcedDisplay { get; }
12 }
13}