using System;
using System.Collections.Immutable;
namespace Content.Server.Voting
{
public sealed class VoteFinishedEventArgs : EventArgs
{
///
/// Null if stalemate.
///
public readonly object? Winner;
///
/// Winners. More than one if there was a stalemate.
///
public readonly ImmutableArray