[add] New ghostrespawn system
This commit is contained in:
@@ -182,5 +182,11 @@ namespace Content.Client.Ghost
|
||||
{
|
||||
GhostVisibility = !GhostVisibility;
|
||||
}
|
||||
|
||||
public void ReturnToRound()
|
||||
{
|
||||
var msg = new GhostReturnToRoundRequest();
|
||||
RaiseNetworkEvent(msg);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user