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

◆ _deerclopsAttack3Frames

readonly int [] Terraria.NPC._deerclopsAttack3Frames
staticprivate
Initial value:
= new int[16]
{
19, 20, 21, 22, 21, 22, 21, 22, 23, 24,
23, 24, 23, 24, 20, 19
}

Definition at line 599 of file NPC.cs.

600 {
601 19, 20, 21, 22, 21, 22, 21, 22, 23, 24,
602 23, 24, 23, 24, 20, 19
603 };

Referenced by Terraria.NPC.FindFrame_Deerclops_GetAttack3Frame().