POGOProtos.Data.Friends.FriendshipMilestoneRewardNotification.proto Maven / Gradle / Ivy
syntax = "proto3";
package POGOProtos.Data.Friends;
message FriendshipMilestoneRewardNotification {
string friend_id = 1;
string friend_codename = 2;
int32 friendship_milestone_level = 3;
int64 xp_reward = 4;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy