mirror of
https://github.com/celisej567/source-engine.git
synced 2026-09-19 20:09:06 +03:00
Replace empty constructors with default constructors #88
This commit is contained in:
@@ -37,7 +37,7 @@ class CNPC_Monk : public CAI_PlayerAlly
|
||||
|
||||
public:
|
||||
|
||||
CNPC_Monk() {}
|
||||
CNPC_Monk() = default;
|
||||
void Spawn();
|
||||
void Precache();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user