1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-08-17 23:22:57 +03:00
Files
GC-Proto/unimplemented/IGBMHJDNIDC.proto
2024-08-28 11:45:47 +08:00

11 lines
255 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
enum IGBMHJDNIDC {
IGBMHJDNIDC_INNER = 0;
IGBMHJDNIDC_TILE_BOUND = 1;
IGBMHJDNIDC_TILE_BOUND_UNCONNECT = 2;
IGBMHJDNIDC_TILE_BOUND_OVERIDE = 3;
}