GC-Proto/unimplemented/NHLCOOPKJBL.proto

11 lines
299 B
Protocol Buffer
Raw Normal View History

2024-08-27 22:55:06 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
enum NHLCOOPKJBL {
2024-08-28 06:45:47 +03:00
NHLCOOPKJBL_MAIL_COLLECTIBLE_UNKONW = 0;
NHLCOOPKJBL_MAIL_NOT_COLLECTIBLE = 1;
NHLCOOPKJBL_MAIL_COLLECTIBLE_UNCOLLECTED = 2;
NHLCOOPKJBL_MAIL_COLLECTIBLE_COLLECTED = 3;
2024-08-27 22:55:06 +03:00
}