modio::Dependency - modio/modio-sdk-legacy GitHub Wiki

Soft mod dependency.

class Dependency
{
public:
  u32 mod_id;
  u32 date_added;
};
Name Type Description
mod_id u32 Unique id of the mod that is the dependency.
date_added u32 Unix timestamp of date the dependency was added.

See also: API, ModioDependency