mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 02:27:43 +00:00
Formatting, and more script object implementations
This commit is contained in:
@@ -9,11 +9,11 @@ namespace urde
|
||||
class CScannableParameters
|
||||
{
|
||||
ResId x0_scanId = -1;
|
||||
|
||||
public:
|
||||
CScannableParameters() = default;
|
||||
CScannableParameters(ResId id) : x0_scanId(id) {}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __URDE_CSCANNABLEPARAMETERS_HPP__
|
||||
|
||||
Reference in New Issue
Block a user