@steambrew/client
Version:
A support library for creating plugins with Millennium.
7 lines (6 loc) • 460 B
JavaScript
export var EClientUINotificationType;
(function (EClientUINotificationType) {
EClientUINotificationType[EClientUINotificationType["GroupChatMessage"] = 1] = "GroupChatMessage";
EClientUINotificationType[EClientUINotificationType["FriendChatMessage"] = 2] = "FriendChatMessage";
EClientUINotificationType[EClientUINotificationType["FriendPersonaState"] = 3] = "FriendPersonaState";
})(EClientUINotificationType || (EClientUINotificationType = {}));