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

◆ _deerclopsAttack2Frames

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

Definition at line 593 of file NPC.cs.

594 {
595 12, 15, 16, 17, 17, 17, 17, 13, 18, 18,
596 18, 18, 12
597 };

Referenced by Terraria.NPC.FindFrame_Deerclops_GetAttack2Frame().