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

◆ numFrames

byte Terraria.Gore.numFrames
getset

Definition at line 116 of file Gore.cs.

117 {
118 get
119 {
120 return this.Frame.RowCount;
121 }
122 set
123 {
124 byte columnCount = this.Frame.ColumnCount;
126 byte currentRow = this.Frame._currentRow;
128 }
129 }
class f__AnonymousType0<< Count > j__TPar
SpriteFrame Frame
Definition Gore.cs:478