弓箭动画调整
This commit is contained in:
@@ -13,6 +13,17 @@ export const MESSAGETYPES = {
|
||||
UserEnterRoom: 2133805521,
|
||||
UserExitRoom: 3896523333,
|
||||
RoomDestroy: 3617539277,
|
||||
// RoomDestroy: 2921416944,
|
||||
// 下半场: 388606440,
|
||||
};
|
||||
|
||||
export const getMessageTypeName = (id) => {
|
||||
for (let key in MESSAGETYPES) {
|
||||
if (MESSAGETYPES[key] === id) {
|
||||
return key;
|
||||
}
|
||||
}
|
||||
return null;
|
||||
};
|
||||
|
||||
export const roundsName = {
|
||||
|
||||
Reference in New Issue
Block a user