9 lines
127 B
Protocol Buffer
9 lines
127 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
import "Item.proto";
|
||
|
// Obf: LEEAOCFCGJA
|
||
|
message TrifleGadget {
|
||
|
Item item = 1;
|
||
|
uint32 GAHBDCCFPGJ = 2;
|
||
|
}
|