CHR15cs / CS2-Practice-Plugin

Open Source Plugin for Counterstrike 2 based on CounterStrikeSharp
GNU General Public License v3.0
86 stars 13 forks source link

Reworking modes #9

Closed CHR15cs closed 1 year ago

CHR15cs commented 1 year ago

Modes are now split up in BaseMode with sub classes such as PracticeMode or MatchMode. Every mode has a ConfigureEnvironment Method which sets up the server config. BaseMode has the functions to switch between the existing modes like before.