This commit is contained in:
CortexCore
2025-08-05 23:34:10 +08:00
parent c3f0a8e840
commit 2554487fa4
23 changed files with 652 additions and 67 deletions

View File

@@ -37,6 +37,7 @@ namespace BITKit
_ActionQueue.Clear();
//_TickActions.Clear();
TickCount = ulong.MinValue;
_TickEvents = null;
}
private static readonly Queue<Action> _ActionQueue = new();
// private static readonly CacheList<Action<float>> _TickActions = new();