Fix unkname:

- InvestigationMonster
Fix name wrong:
- MapMarkPoint?
This commit is contained in:
Akbar Yahya
2023-01-29 08:22:48 +08:00
parent a9e9edaa81
commit 2d8fea02c7
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ import "MapMarkPointType.proto";
import "MapMarkFromType.proto";
message MapMarkPoint {
uint32 sceneId = 1;
string createTime = 2;
string name = 2;
Vector pos = 3;
MapMarkPointType pointType = 4;
uint32 monsterId = 5;