mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-24 15:39:25 +03:00
Fix SceneTeamAvatar
This commit is contained in:
parent
95f9368ac2
commit
02466a8798
@ -5,7 +5,7 @@ option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "AbilityControlBlock.proto";
|
||||
import "AbilitySyncStateInfo.proto";
|
||||
import "Avatar.proto";
|
||||
import "SceneAvatarInfo.proto";
|
||||
import "AvatarInfo.proto";
|
||||
import "SceneEntityInfo.proto";
|
||||
import "ServerBuff.proto";
|
||||
@ -21,7 +21,7 @@ message SceneTeamAvatar {
|
||||
uint32 sceneId = 4;
|
||||
bool isPlayerCurAvatar = 7;
|
||||
uint64 avatarGuid = 9;
|
||||
Avatar sceneAvatarInfo = 5;
|
||||
SceneAvatarInfo sceneAvatarInfo = 5;
|
||||
AvatarInfo avatarInfo = 2;
|
||||
SceneEntityInfo sceneEntityInfo = 1;
|
||||
uint32 playerUid = 11;
|
||||
|
Loading…
Reference in New Issue
Block a user