syntax = "proto3";
package POGOProtos.Networking.Platform.Responses;

import "POGOProtos/Data/Login/LoginDetail.proto";

message ListLoginActionResponse {
	bool success = 1;
	repeated .POGOProtos.Data.Login.LoginDetail login_detail = 2;
}
