Made functions uppercase, like all of terraria's functions, to keep it consistent

This commit is contained in:
Maverick Motherfucker 2011-05-29 19:24:57 -07:00
parent e599e985b3
commit 5e91f13916
6 changed files with 115 additions and 115 deletions

View file

@ -5946,7 +5946,7 @@
}
if (ShankShock.infinateInvasion)
{
ShankShock.incrementKills();
ShankShock.IncrementKills();
}
}
return dmg;