swiftlys2/docs/api/ai/
API Reference Shared

PluginMetadata

Class
Namespace: SwiftlyS2.Shared · Assembly: SwiftlyS2.CS2.dll
public class PluginMetadata : Attribute
Inherits object, Attribute
View source

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

MinimumAPIVersion

public string MinimumAPIVersion { 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