mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-17 01:15:52 +01:00
feature(serenitea pot): Implementation of enter
Ugly hard code
This commit is contained in:
10
proto/HomeModuleComfortInfo.proto
Normal file
10
proto/HomeModuleComfortInfo.proto
Normal file
@@ -0,0 +1,10 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
message HomeModuleComfortInfo {
|
||||
uint32 module_id = 1;
|
||||
repeated uint32 world_scene_block_comfort_value_list = 2;
|
||||
uint32 room_scene_comfort_value = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user