Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ frame

byte Terraria.Gore.frame
getset

Definition at line 81 of file Gore.cs.

82 {
83 get
84 {
85 return Frame.CurrentRow;
86 }
87 set
88 {
89 Frame.CurrentRow = value;
90 }
91 }
SpriteFrame Frame
Definition Gore.cs:41

Referenced by Terraria.Gore.Update().