🆙 Merge Dev to Prod

This commit is contained in:
duckietm
2026-04-14 11:57:23 +02:00
parent af78e9288c
commit bbedf2e5fe
65 changed files with 1769 additions and 68 deletions
@@ -0,0 +1,14 @@
import { IMessageComposer } from '@nitrots/api';
export class WiredUserVariablesRequestComposer implements IMessageComposer<ConstructorParameters<typeof WiredUserVariablesRequestComposer>>
{
public getMessageArray()
{
return [];
}
public dispose(): void
{
return;
}
}