Skip to content

Commit

Permalink
Update sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
VigersRay committed Jun 9, 2024
1 parent fa6503c commit c94332d
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,10 @@ public interface IServerSponsorsManager : ISharedSponsorsManager
public bool AllowedRespawn(NetUserId userId);
public List<ICommonSession> PickPrioritySessions(List<ICommonSession> sessions, string roleId);
public NetUserId PickRoleSession(HashSet<NetUserId> users, string roleId);

public bool TryGetPriorityGhostRoles(NetUserId userId, [NotNullWhen(true)] out List<string>? priorityAntags);

public bool TryGetPriorityAntags(NetUserId userId, [NotNullWhen(true)] out List<string>? priorityAntags);

public bool TryGetPriorityRoles(NetUserId userId, [NotNullWhen(true)] out List<string>? priorityRoles);
}

0 comments on commit c94332d

Please sign in to comment.