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

◆ CompareResult

Enumerator
NoMatch 
Same 
XFlip 
YFlip 
XYFlip 

Definition at line 111 of file TexturePackerTileCompare.cs.

112 {
113 [global::Cpp2ILInjected.Token(Token = "0x4002123")]
114 NoMatch,
115 [global::Cpp2ILInjected.Token(Token = "0x4002124")]
116 Same,
117 [global::Cpp2ILInjected.Token(Token = "0x4002125")]
118 XFlip,
119 [global::Cpp2ILInjected.Token(Token = "0x4002126")]
120 YFlip,
121 [global::Cpp2ILInjected.Token(Token = "0x4002127")]
122 XYFlip
123 }