Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mxrch
GitHub Repository: mxrch/GHunt
Path: blob/master/ghunt/protos/playgatewaypa/definitions/get_player.proto
253 views
syntax = "proto3";


message GetPlayerProto {

    message Form {
  
        message Query {
            string id = 1;
        }
  
      Query query = 303102213;
    }
  
    Form form = 2;
}