//------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ // Option: missing-value detection (*Specified/ShouldSerialize*/Reset*) enabled // Generated from: Proto/game_define.proto namespace pb { [global::ProtoBuf.ProtoContract(Name=@"Platform")] public enum Platform { [global::ProtoBuf.ProtoEnum(Name=@"Dev", Value=0)] Dev = 0, [global::ProtoBuf.ProtoEnum(Name=@"Android", Value=1)] Android = 1, [global::ProtoBuf.ProtoEnum(Name=@"IOS", Value=2)] IOS = 2 } [global::ProtoBuf.ProtoContract(Name=@"Channel")] public enum Channel { [global::ProtoBuf.ProtoEnum(Name=@"Internal", Value=0)] Internal = 0 } }