добавил Игры, нужно разобраться с передачей команд в игру
This commit is contained in:
+6
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user