Removes default value initializers
This commit is contained in:
parent
ff26dfa375
commit
f0a48ad431
19 changed files with 37 additions and 37 deletions
|
|
@ -42,7 +42,7 @@ namespace Server
|
|||
set => m_HeaderArgs = value;
|
||||
}
|
||||
|
||||
private static bool m_Enabled = false;
|
||||
private static bool m_Enabled;
|
||||
|
||||
public static bool Enabled{ get => m_Enabled;
|
||||
set => m_Enabled = value;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue