ringbuffer and statistics

This commit is contained in:
meelstorm
2025-07-18 10:13:46 +02:00
parent d3cb790bd9
commit 40d74d6da6
41 changed files with 1188 additions and 180 deletions

View File

@@ -0,0 +1,6 @@
namespace VisionBuilder.UI.Common;
public interface IVisionBuilderModule
{
public void InitializeModule();
}