public void Clear() { for (int x = 0; x < monsters.Count(); x++) game_state.coll_engine.remove_object(monsters[x].col_tok); monsters.Clear(); }