This commit is contained in:
aozhiwei 2024-01-29 15:53:04 +08:00
parent 98ed61cd66
commit 6095167478

View File

@ -13,4 +13,5 @@ class RoomOb : public std::enable_shared_from_this<RoomOb>
private:
Room* room_ = nullptr;
};