syntax = "proto3";
package POGOProtos.Data.Gym;

message GymBattle {
	string battle_id = 1;
	int64 completed_ms = 2;
	bool incremented_gym_battle_friends = 3;
}
