Class PlayerSubscriptionEventArgs
  
  
  
    Inheritance
    
    
    PlayerSubscriptionEventArgs
   
  
  
  Assembly: SlipeServer.Server.dll
  Syntax
  
    public sealed class PlayerSubscriptionEventArgs : EventArgs
   
  Constructors
  
    |
    Edit this page
  
  
    View Source
  
  
  PlayerSubscriptionEventArgs(Player, Element)
  
  
  Declaration
  
    public PlayerSubscriptionEventArgs(Player player, Element element)
   
  Parameters
  
  Properties
  
    |
    Edit this page
  
  
    View Source
  
  
  Element
  
  
  Declaration
  
    public Element Element { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Player
  
  
  Declaration
  
    public Player Player { get; }
   
  Property Value