mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-18 18:05:05 +01:00
Removed debug messages, readded protos, fixed gradle
This commit is contained in:
11
proto/MailItem.proto
Normal file
11
proto/MailItem.proto
Normal file
@@ -0,0 +1,11 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "ItemParam.proto";
|
||||
import "MaterialDeleteInfo.proto";
|
||||
|
||||
message MailItem {
|
||||
ItemParam item_param = 1;
|
||||
MaterialDeleteInfo delete_info = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user