syntax = "proto3";
package POGOProtos.Settings.Master.Item;

message PotionAttributes {
	float sta_percent = 1;
	int32 sta_amount = 2;
}
