mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 19:49:58 +08:00
Refactored code
This commit is contained in:
10
include/sdk/schema_system.hpp
Normal file
10
include/sdk/schema_system.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
namespace sdk {
|
||||
class SchemaSystem {
|
||||
public:
|
||||
static SchemaSystem* get() noexcept;
|
||||
|
||||
[[nodiscard]] std::vector<SchemaSystemTypeScope*> type_scopes() const noexcept;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user