Fix Scene*Info

This commit is contained in:
Akbar Yahya
2023-01-29 14:46:19 +08:00
parent e07d12ad71
commit 41bc21f009
12 changed files with 67 additions and 61 deletions

View File

@@ -0,0 +1,5 @@
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message StatueGadgetInfo {
repeated uint32 nkbgahefmbn = 1;
}