mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-05 03:47:06 +03:00
testing
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
|
||||
import "Rotation.proto";
|
||||
import "MapMarkPointType.proto";
|
||||
import "MapMarkFromType.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message MapMarkPoint {
|
||||
uint32 sceneId = 1;
|
||||
string createTime = 2;
|
||||
|
Reference in New Issue
Block a user