Class ModList
Inheritance
System.Object
ModList
Assembly: Eco.ModKit.dll
Syntax
public class ModList : Object
Constructors
ModList()
Declaration
Properties
data
Declaration
public Mod[] data { get; set; }
Property Value
result_count
Declaration
public int result_count { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
result_limit
Declaration
public int result_limit { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
result_offset
Declaration
public int result_offset { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
result_total
Declaration
public int result_total { get; set; }
Property Value
Type |
Description |
System.Int32 |
|