SwiftlyS2

PluginMetadata

Class PluginMetadata

Namespace: SwiftlyS2.Shared

Assembly: SwiftlyS2.CS2.dll

public class PluginMetadata : Attribute

Inheritance

Inherited Members

Properties

Author

public string Author { get; set; }
Property Value

Description

public string Description { get; set; }
Property Value

Id

public required string Id { get; set; }
Property Value

Name

public string Name { get; set; }
Property Value

Version

public required string Version { get; set; }
Property Value

Website

public string Website { get; set; }
Property Value

On this page