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
IChannelReceiver.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x0200037E RID: 894
7 [ComVisible(true)]
8 public interface IChannelReceiver : IChannel
9 {
10 // Token: 0x17000371 RID: 881
11 // (get) Token: 0x06001D46 RID: 7494
12 object ChannelData { get; }
13
14 // Token: 0x06001D47 RID: 7495
15 void StartListening(object data);
16 }
17}
class f__AnonymousType0<< Count > j__TPar