Class ItemDropPoolDataSource
Data source for item drop pool data.
public class ItemDropPoolDataSource : FileDataSource<string, ItemDropData, ItemDropPoolDataLoader>, IDataSource<string, ItemDropData, ItemDropPoolDataLoader>, IDataSource<string, ItemDropData>, IDataSource, IDataCrud, IDataCrud<string, ItemDropData>
- Inheritance
-
ItemDropPoolDataSource
- Implements
- Inherited Members
- Extension Methods
Constructors
ItemDropPoolDataSource(string)
Data source for item drop pool data.
public ItemDropPoolDataSource(string filePath)
Parameters
filePath
stringThe file path where the item drop templates are stored.
Properties
IgnoreMissingFile
public override bool IgnoreMissingFile { get; }
Property Value
KeyResolver
Key resolver function to resolve keys from data items.
public override Func<ItemDropData, string>? KeyResolver { get; set; }