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
ContainsUnimplementedInstructionsAttribute.cs
Go to the documentation of this file.
1using System;
2
4{
5 [global::System.AttributeUsage(global::System.AttributeTargets.Method, AllowMultiple = false)]
6 public sealed class ContainsUnimplementedInstructionsAttribute : global::System.Attribute
7 {
9 {
10 throw null;
11 }
12 }
13}