Class PlayerModInfoArgs
  
  
  
    Inheritance
    
    
    PlayerModInfoArgs
   
  
  
  Assembly: SlipeServer.Server.dll
  Syntax
  
    public sealed class PlayerModInfoArgs : EventArgs
   
  Constructors
  
    |
    Edit this page
  
  
    View Source
  
  
  PlayerModInfoArgs(string, IEnumerable<ModInfoItem>)
  
  
  Declaration
  
    public PlayerModInfoArgs(string infoType, IEnumerable<ModInfoItem> modInfoItems)
   
  Parameters
  
  Properties
  
    |
    Edit this page
  
  
    View Source
  
  
  InfoType
  
  
  Declaration
  
    public string InfoType { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  ModInfoItems
  
  
  Declaration
  
    public IEnumerable<ModInfoItem> ModInfoItems { get; }
   
  Property Value