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

◆ BerniePet()

static void Terraria.DelegateMethods.CharacterPreview.BerniePet ( Projectile proj,
bool walking )
inlinestatic

Definition at line 46 of file DelegateMethods.cs.

47 {
48 if (walking)
49 {
50 proj.position.X += 6f;
51 }
52 }