ServerEvents.command
2026/7/28小於 1 分鐘
function command(
extra: string,
handler: (event: $CommandKubeEvent) => void,
): void;
function command(handler: (event: $CommandKubeEvent) => void): void;function command(
extra: string,
handler: (event: $CommandKubeEvent) => void,
): void;
function command(handler: (event: $CommandKubeEvent) => void): void;