mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 15:06:20 +00:00
10 lines
364 B
TypeScript
10 lines
364 B
TypeScript
export class SoundNames
|
|
{
|
|
public static CAMERA_SHUTTER = 'camera_shutter';
|
|
public static CREDITS = 'credits';
|
|
public static DUCKETS = 'duckets';
|
|
public static MESSENGER_NEW_THREAD = 'messenger_new_thread';
|
|
public static MESSENGER_MESSAGE_RECEIVED = 'messenger_message_received';
|
|
public static MODTOOLS_NEW_TICKET = 'modtools_new_ticket';
|
|
}
|