before restrucktur

This commit is contained in:
unknown
2025-06-09 19:01:41 +02:00
parent 467d6af393
commit 7e2c8d971d
36 changed files with 450 additions and 1016 deletions

View File

@@ -0,0 +1,10 @@
namespace ShadowStream.ObjecktForJason;
public class DBJason
{
public string name;
public string path;
public string type;
public string format;
public double duration;
}