mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-20 02:45:52 +01:00
Implement map marking features
Teleport still exists on fish hook mark. Added mapMark-related protos. Map marking data is stored in players collection.
This commit is contained in:
9
proto/MarkNewType.proto
Normal file
9
proto/MarkNewType.proto
Normal file
@@ -0,0 +1,9 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
enum MarkNewType {
|
||||
_NONE = 0;
|
||||
COMBINE = 1;
|
||||
FORGE = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user