mirror of
https://github.com/fedddddd/iw5-gsc-utils.git
synced 2025-07-04 18:21:49 +00:00
Use array class
This commit is contained in:
@ -63,10 +63,9 @@ namespace scripting
|
||||
|
||||
const game::VariableValue& get_raw() const;
|
||||
|
||||
variable_value value_{};
|
||||
private:
|
||||
template <typename T>
|
||||
T get() const;
|
||||
|
||||
variable_value value_{};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user