syntax = "proto3";
package POGOProtos.Data;

message DamageProperty {
	bool super_effective_charge_move = 1;
	bool weather_boosted = 2;
}
