#pragma once #include namespace sdk { class CSchemaSystemTypeScope; class CSchemaSystem { public: static CSchemaSystem* get() noexcept; [[nodiscard]] std::vector get_type_scopes() const noexcept; }; }