19#include <entt/entt.hpp>
34bool TransferResources(entt::registry ®istry, entt::entity from, entt::entity to, entt::entity good,
double amount);
bool TransferResources(entt::registry ®istry, entt::entity from, entt::entity to, entt::entity good, double amount)
Transfers resources from the first entity to the second
Definition: sysresourcetransfer.cpp:21
When adding assets, it is extremely crucial that you read cqsp::asset::AssetLoader::LoadResources to ...
Definition: clientctx.h:21