#pragma once #include "V8Tree/Service.h" namespace RBX { extern const char* const sServerStorage; class ServerStorage : public DescribedCreatable , public Service { public: ServerStorage(); private: //////////////////////////////////////////////////////////////////////////////////// // INSTANCE /*override*/ bool askAddChild(const Instance* instance) const; }; }