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
ISecurableChannel.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000381 RID: 897
6 public interface ISecurableChannel
7 {
8 // Token: 0x17000373 RID: 883
9 // (set) Token: 0x06001D4A RID: 7498
10 bool IsSecured { set; }
11 }
12}