Removes default value initializers

This commit is contained in:
Kamron Batman 2018-09-14 15:13:14 -07:00
parent ff26dfa375
commit f0a48ad431
19 changed files with 37 additions and 37 deletions

View file

@ -123,8 +123,8 @@ namespace Server.Items
}
private Timer m_Timer;
private int m_ItemID = 0;
private int m_Count = 0;
private int m_ItemID;
private int m_Count;
public void PlayMusic( Mobile m, MusicName music )
{