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_class_field_data.hpp
Normal file
10
include/sdk/schema_class_field_data.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
namespace sdk {
|
||||
class SchemaClassFieldData {
|
||||
public:
|
||||
[[nodiscard]] std::string name() const noexcept;
|
||||
|
||||
[[nodiscard]] std::uint16_t offset() const noexcept;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user