Initial version

This commit is contained in:
Lol3rrr
2024-09-15 05:09:15 +02:00
commit c7aa4dbe8c
489 changed files with 124650 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
import "networkbasetypes.proto";
import "usercmd.proto";
message CCitadelUserCmdPB {
optional .CBaseUserCmdPB base = 1;
optional .CMsgVector vec_camera_position = 2;
optional .CMsgQAngle ang_camera_angles = 3;
optional int32 execute_ability_indices = 4;
optional bool in_shop = 5;
optional float camera_roaming_speed = 6;
optional bool using_free_cursor = 8;
optional int32 enemy_hero_aimed_at = 10 [default = -1];
}