Made functions uppercase, like all of terraria's functions, to keep it consistent
This commit is contained in:
parent
e599e985b3
commit
5e91f13916
6 changed files with 115 additions and 115 deletions
|
|
@ -384,7 +384,7 @@
|
|||
{
|
||||
this.graphics = new GraphicsDeviceManager(this);
|
||||
base.Content.RootDirectory = "Content";
|
||||
ShankShock.setupConfiguration();
|
||||
ShankShock.SetupConfig();
|
||||
}
|
||||
|
||||
public static double CalculateDamage(int Damage, int Defense)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue