syntax = "proto3";
package POGOProtos.Data.Raid;

message EventInfo {
	string image_url = 1;
	string icon_url = 2;
	string name_key = 3;
}
