terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
TokenAttribute.cs
Go to the documentation of this file.
1using System;
2
3namespace Cpp2ILInjected
4{
5 public sealed class TokenAttribute : Attribute
6 {
8 {
9 throw null;
10 }
11
12 public string Token;
13 }
14}