mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-07-31 09:34:12 +03:00
sync cmdid
* Fix mail? * remove useless proto
This commit is contained in:
@@ -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;
|
||||
}
|
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user