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

◆ _deerclopsAttack1Frames

readonly int [] Terraria.NPC._deerclopsAttack1Frames
staticprivate
Initial value:
= new int[12]
{
12, 13, 14, 13, 14, 13, 14, 13, 14, 15,
16, 17
}

Definition at line 587 of file NPC.cs.

588 {
589 12, 13, 14, 13, 14, 13, 14, 13, 14, 15,
590 16, 17
591 };

Referenced by Terraria.NPC.FindFrame_Deerclops_GetAttack1Frame().