All Downloads are FREE. Search and download functionalities are using the official Maven repository.

POGOProtos.Data.Friends.FriendshipData.proto Maven / Gradle / Ivy

syntax = "proto3";
package POGOProtos.Data.Friends;

import "POGOProtos/Data/Friends/FriendshipLevelData.proto";
import "POGOProtos/Data/Gift/GiftBoxDetails.proto";

message FriendshipData {
	.POGOProtos.Data.Friends.FriendshipLevelData friendship_level_data = 1;
	repeated .POGOProtos.Data.Gift.GiftBoxDetails giftbox_details = 2;
	string codename = 3;
	string nickname = 4;
	int64 open_trade_expire_ms = 5;
	bool is_lucky = 6;
	int32 lucky_count = 7;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy