class ManifestSchema
An addon's manifest, describing what files are available
public int Schema { get; set; }
For internal use
public ManifestSchema.File[] Files { get; set; }
A list of files that should be mounted to use this asset
public Type GetType( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public ManifestSchema( )
😔 No documentation found.