mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-17 09:25:06 +01:00
Remove protos
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message SceneAreaWeatherNotify {
|
||||
uint32 weatherGadgetId = 1;
|
||||
map<uint32, string> weatherValueMap = 2;
|
||||
uint32 weatherAreaId = 3;
|
||||
uint32 climateType = 4;
|
||||
float transDuration = 5;
|
||||
}
|
||||
Reference in New Issue
Block a user