Added state event.

This commit is contained in:
2023-02-27 12:46:02 -08:00
parent e625078efe
commit fc34ae94ff
5 changed files with 88 additions and 18 deletions

View File

@ -42,10 +42,6 @@ namespace Dawn {
}
}
}
void onStateUpdate() override {
std::cout << "State Update Invoked" << std::endl;
}
std::vector<Asset*> getRequiredAssets() override {
auto assMan = &this->game->assetManager;