Keeps the repo root clean - only README.md visible on landing page. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
9 lines
131 B
C#
9 lines
131 B
C#
while (Run)
|
|
|
|
{
|
|
|
|
Send(Out["OpenFlatConnection"], 26852816, "", -1);
|
|
Delay(1);
|
|
Send(Out["GetGuestRoom"], 26852816, 0, 1);
|
|
Delay(1);
|
|
} |