We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a5bcd commit 2a0a7e8Copy full SHA for 2a0a7e8
panda/src/toontown/dna/dnaStorage.h
@@ -98,6 +98,7 @@ class EXPCL_TOONTOWN DNAStorage {
98
int get_highest_suit_point_index();
99
int remove_suit_point(PT(DNASuitPoint));
100
void store_suit_block(const int block_number, const std::string& dept);
101
+ void remove_suit_block(const int block_number);
102
void store_suit_block_num_floors(const int block_number, const int num_floors);
103
void store_block_number(const std::string &block, const std::string &zone_id);
104
void store_block_door_pos_hpr(const std::string& block, const LPoint3f& pos, const LPoint3f& hpr);
0 commit comments