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
ISmartInteractCandidate.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000844 RID: 2116
6 public interface ISmartInteractCandidate
7 {
8 // Token: 0x170007C6 RID: 1990
9 // (get) Token: 0x06004315 RID: 17173
10 float DistanceFromCursor { get; }
11
12 // Token: 0x06004316 RID: 17174
14 }
15}