Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
BerniePet()
static void Terraria.DelegateMethods.CharacterPreview.BerniePet
(
Projectile
proj
,
bool
walking
)
inline
static
Definition at line
46
of file
DelegateMethods.cs
.
47
{
48
if
(walking)
49
{
50
proj.position.X += 6f;
51
}
52
}
Terraria
DelegateMethods
CharacterPreview
Generated by
1.10.0