sync cmdid

* Fix mail?
* remove useless proto
This commit is contained in:
Akbar Yahya
2023-02-02 02:52:36 +08:00
parent 0d16481fcb
commit 5f67d8774c
8 changed files with 24 additions and 66 deletions

View File

@@ -1,12 +0,0 @@
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "MusicBriefInfo.proto";
import "MusicGameRecord.proto";
message MusicGameActivityDetailInfo {
repeated MusicBriefInfo Unk3300_AAGCDCOIPJM = 2;
repeated MusicBriefInfo Unk3300_OKHAACGHMAP = 6;
map<uint32, MusicGameRecord> musicGameRecordMap = 8;
}

View File

@@ -1,19 +0,0 @@
// Proto has been converted from Sorapointa to Grasscutter format
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
enum PlayerApplyEnterMpReason {
PlayerJudge = 0;
SceneCannotEnter = 1;
PlayerCannotEnterMp = 2;
SystemJudge = 3;
AllowEnterPlayerFull = 4;
WorldLevelLowerThanHost = 5;
HostInMatch = 6;
PlayerInBlacklist = 7;
PsPlayerNotAcceptOthers = 8;
HostIsBlocked = 9;
OtherDataVersionNotLatest = 10;
DataVersionNotLatest = 11;
PlayerNotInPlayerWorld = 12;
}