added monitor base

This commit is contained in:
taywon18 2024-04-12 17:49:04 +02:00
parent 81961bba6f
commit 1c4821f2be

View File

@ -0,0 +1,9 @@
namespace Salmon.Service;
public class Monitor
{
private void FlushStatus()
{
}
}