mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 23:16:21 +00:00
119d12a5ea
Server-authoritative command list via packet 4050, merged with client-only commands. Supports keyboard navigation, filtering, and module-level caching to handle login-time packet timing. Co-Authored-By: medievalshell <medievalshell@users.noreply.github.com>
6 lines
81 B
TypeScript
6 lines
81 B
TypeScript
export interface CommandDefinition
|
|
{
|
|
key: string;
|
|
description: string;
|
|
}
|