mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-14 07:55:01 +01:00
add nickname support, try to fix campaign stage save
This commit is contained in:
@@ -994,4 +994,26 @@ message ResSaveCampaignField{
|
||||
message ReqGetFieldTalkList {}
|
||||
message ResGetFieldTalkList {
|
||||
repeated string fieldTalkList = 2;
|
||||
}
|
||||
|
||||
message ReqSetTutorial {
|
||||
int32 lastClearedTid = 2;
|
||||
}
|
||||
|
||||
message ResSetTutorial {
|
||||
|
||||
}
|
||||
|
||||
enum SetNicknameResult {
|
||||
NicknameOk = 0;
|
||||
Inappropriate = 1;
|
||||
}
|
||||
|
||||
message ReqSetNickname {
|
||||
string nickname = 2;
|
||||
}
|
||||
message ResSetNickname {
|
||||
SetNicknameResult result = 1;
|
||||
string nickname = 2;
|
||||
repeated NetUserCurrencyData currencies = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user