GSServer-CBT/soggy-mistress/proto/CookRecipeData.proto

7 lines
94 B
Protocol Buffer

syntax = "proto3";
message CookRecipeData {
uint32 recipeId = 1;
uint32 proficiency = 2;
}