добавил Игры, нужно разобраться с передачей команд в игру

This commit is contained in:
PC1\PTyTb
2025-08-18 23:33:38 +03:00
parent fc5a835b1f
commit 318365f63b
16 changed files with 890 additions and 129 deletions
+6 -2
View File
@@ -2,8 +2,6 @@ unit uRecords;
interface
type
TEventGlobal = record
Event: integer;
@@ -88,6 +86,12 @@ type
port: integer;
end;
type
TOBSGames = record
port: integer;
game: string;
end;
type
TRandomCounters = record
rndName: string;