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