9 lines
136 B
Protocol Buffer
9 lines
136 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
// Obf: LLNDNAFDJAL
|
||
|
message RedPointData {
|
||
|
uint32 red_point_type = 1;
|
||
|
bool is_show = 2;
|
||
|
uint32 content_id = 3;
|
||
|
}
|