//Resets the positions of relevant objects when resetting the level. void RestoreObjects() { reset.ResetHeroPosition(); reset.ResetKeyPosition(); reset.ResetEnemyActivation(); }