Add drowning. Better movement ticking.

This commit is contained in:
gentlespoon
2022-05-05 22:07:29 -07:00
committed by Melledy
parent 2dc6a48403
commit 744aa478a9
11 changed files with 500 additions and 296 deletions

View File

@@ -0,0 +1,15 @@
syntax = "proto3";
option csharp_namespace = "YSFreedom.Common.Protocol";
message WorldPlayerReviveReq {
enum CmdId {
option allow_alias = true;
ENET_CHANNEL_ID = 0;
NONE = 0;
ENET_IS_RELIABLE = 1;
IS_ALLOW_CLIENT = 1;
CMD_ID = 288;
}
}