mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-05 23:41:28 +02:00
Reorganize project structure
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace RemSox.Kernel.Processing;
|
||||
|
||||
public class ProcessMetrics
|
||||
{
|
||||
public int AverageTickTimeMs { get; set; }
|
||||
|
||||
public int LastTickTimeMs { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user