mirror of
https://gitlab.com/YuukiPS/GSServer-CBT.git
synced 2025-02-18 20:40:32 +03:00
10 lines
152 B
Protocol Buffer
10 lines
152 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
import "Vector.proto";
|
|
|
|
message SceneEntityAiInfo {
|
|
bool isAiOpen = 1;
|
|
Vector bornPos = 2;
|
|
map<uint32, uint32> skillCdMap = 3;
|
|
}
|