Removes default value initializers
This commit is contained in:
parent
ff26dfa375
commit
f0a48ad431
19 changed files with 37 additions and 37 deletions
|
|
@ -927,9 +927,9 @@ namespace Server.Engines.ConPVP
|
|||
}
|
||||
|
||||
private bool m_Capturable = true;
|
||||
private Timer m_CaptureTimer = null;
|
||||
private Timer m_UncaptureTimer = null;
|
||||
private int m_CapStage = 0;
|
||||
private Timer m_CaptureTimer;
|
||||
private Timer m_UncaptureTimer;
|
||||
private int m_CapStage;
|
||||
|
||||
public void Dominate( DDWayPoint point, Mobile from, DDTeamInfo team )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue