@ginstone/nga-api
Version:
39 lines (38 loc) • 1.04 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.UserBuffType = void 0;
var UserBuffType;
(function (UserBuffType) {
/**
* 权限相关
*/
UserBuffType[UserBuffType["PERMISSION"] = 129] = "PERMISSION";
/**
* 禁言
*/
UserBuffType[UserBuffType["MUTED"] = 105] = "MUTED";
/**
* 声望禁言
*/
UserBuffType[UserBuffType["REPUTATION_MUTED"] = 117] = "REPUTATION_MUTED";
/**
* 变羊
*/
UserBuffType[UserBuffType["SHEEP"] = 99] = "SHEEP";
/**
* 变企鹅
*/
UserBuffType[UserBuffType["EDIART"] = 102] = "EDIART";
/**
* 匿名
*/
UserBuffType[UserBuffType["ANONY"] = 103] = "ANONY";
/**
* 禁制
*/
UserBuffType[UserBuffType["DISABLE_BUFF"] = 101] = "DISABLE_BUFF";
/**
* 头像改变(具体变成什么需要看extraData)
*/
UserBuffType[UserBuffType["AVATAR_CHANGED"] = 131] = "AVATAR_CHANGED";
})(UserBuffType = exports.UserBuffType || (exports.UserBuffType = {}));