| 740 | { |
| 741 | public: |
| 742 | void OnSourceModStartup(bool late) override |
| 743 | { |
| 744 | #if SOURCE_ENGINE >= SE_ORANGEBOX |
| 745 | g_pCVar = icvar; |
| 746 | #endif |
| 747 | CONVAR_REGISTER(this); |
| 748 | } |
| 749 | |
| 750 | bool RegisterConCommandBase(ConCommandBase *pCommand) override |
| 751 | { |