mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-14 07:55:01 +01:00
basic reward system working
This commit is contained in:
@@ -1534,4 +1534,22 @@ message ReqSetWallpaper {
|
||||
}
|
||||
message ResSetWallpaper {
|
||||
|
||||
}
|
||||
|
||||
message NetInvitation {
|
||||
NetWholeUserData fromUser = 1;
|
||||
int64 inviteTime = 2;
|
||||
string partyId = 3;
|
||||
int32 eventId = 4;
|
||||
}
|
||||
|
||||
enum ListInvitationError {
|
||||
LIST_INVITATION_ERROR_SUCCESS = 0;
|
||||
LIST_INVITATION_ERROR_NOT_PERIOD_EVENT = 1;
|
||||
}
|
||||
|
||||
message ReqListInvitation {}
|
||||
message ResListInvitation {
|
||||
ListInvitationError error = 1;
|
||||
repeated NetInvitation invitationList = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user