mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-25 14:10:16 +00:00
modularize loading for all possible extra data
This commit is contained in:
@@ -116,6 +116,12 @@ public:
|
||||
*/
|
||||
std::vector<LDFBaseData*>& GetConfig();
|
||||
|
||||
/**
|
||||
* Returns current config info for this item, e.g. for rockets
|
||||
* @return current config info for this item
|
||||
*/
|
||||
std::vector<LDFBaseData*> GetConfig() const;
|
||||
|
||||
/**
|
||||
* Returns the database info for this item
|
||||
* @return the database info for this item
|
||||
|
||||
Reference in New Issue
Block a user