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
AttributeTargets.cs File Reference

Go to the source code of this file.

Namespaces

namespace  System
 

Enumerations

enum  System.AttributeTargets {
  System.Assembly = 1 , System.Module = 2 , System.Class = 4 , System.Struct = 8 ,
  System.Enum = 16 , System.Constructor = 32 , System.Method = 64 , System.Property = 128 ,
  System.Field = 256 , System.Event = 512 , System.Interface = 1024 , System.Parameter = 2048 ,
  System.Delegate = 4096 , System.ReturnValue = 8192 , System.GenericParameter = 16384 , System.All = 32767
}