feat: added scheduler, minor fixes
This commit is contained in:
@@ -4,6 +4,7 @@ namespace Game.Source
|
||||
{
|
||||
public class SimplePlugin: PluginBase
|
||||
{
|
||||
|
||||
public override void OnStart()
|
||||
{
|
||||
// _logger.Info("Plugin started");
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"sendRate": 30,
|
||||
"port": 4444,
|
||||
"skipTimeout": 60,
|
||||
"reconnectTimeout": 300,
|
||||
"maxConnections": 4095,
|
||||
"maxPlayersPerRoom": 20,
|
||||
"maxRooms": 200
|
||||
|
||||
Reference in New Issue
Block a user