github.com/loomnetwork/gamechain@v0.0.0-20200406110549-36c47eb97a92/types/zb/zb_custombase/zb_custombase.proto (about)

     1  syntax = "proto3";
     2  
     3  option csharp_namespace = "Loom.ZombieBattleground.Protobuf";
     4  
     5  import "github.com/gogo/protobuf/gogoproto/gogo.proto";
     6  import "github.com/loomnetwork/gamechain/types/zb/zb_enums/zb_enums.proto";
     7  
     8  message CardKey {
     9      int64 mouldId = 1;
    10      CardVariant.Enum variant = 2 [json_name = "variant"];
    11  }