mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-20 23:46:19 +00:00
7 lines
167 B
TypeScript
7 lines
167 B
TypeScript
import { NitroEvent } from '@nitrots/nitro-renderer';
|
|
|
|
export class HelpNameChangeEvent extends NitroEvent
|
|
{
|
|
public static INIT: string = 'HC_NAME_CHANGE_INIT';
|
|
}
|