[add] New ghostrespawn system

This commit is contained in:
rhailrake
2023-04-28 07:13:28 +06:00
committed by Aviu00
parent 35e533b865
commit e458ec9fcd
9 changed files with 119 additions and 0 deletions

View File

@@ -182,5 +182,11 @@ namespace Content.Client.Ghost
{
GhostVisibility = !GhostVisibility;
}
public void ReturnToRound()
{
var msg = new GhostReturnToRoundRequest();
RaiseNetworkEvent(msg);
}
}
}