[Feat] Респект и уважуха (#476)
* db * wd comment * manager & commands * system & round end results * raise ban event * client manager & cached values * role pick tweak * tweak last commit * more fixes * weights fix * Fix for short rounds * tweak in cached dictionary * reva pick system * fix last commit * cult role pick * nukeops role picking * fix cache in async & show command * ooc msg show value * move pick method to manager & traitor pick fix
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using Robust.Shared.Network;
|
||||
|
||||
namespace Content.Server.White.Reputation;
|
||||
|
||||
[Serializable]
|
||||
public sealed class UpdateCachedReputationEvent : EntityEventArgs
|
||||
{
|
||||
public NetUserId Player;
|
||||
|
||||
public UpdateCachedReputationEvent(NetUserId player)
|
||||
{
|
||||
Player = player;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user