Add GitHub plugin updater, refactor game update hook to TorchBase instead of PluginManager, fix world config not applying
This commit is contained in:
14
Torch.Server/ServerStatistics.cs
Normal file
14
Torch.Server/ServerStatistics.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Torch.Collections;
|
||||
|
||||
namespace Torch.Server
|
||||
{
|
||||
public class ServerStatistics
|
||||
{
|
||||
public RollingAverage SimSpeed { get; } = new RollingAverage(30);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user