syntax = "proto3"; option csharp_namespace = "Proto"; message AchievementItem { uint32 pre = 1; uint32 group = 2; string name = 3; string description = 4; } message AchievementInfo { string version = 1; map group = 2; map items = 3; }