mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 17:07:41 +00:00
Various bug fixes
This commit is contained in:
@@ -13,6 +13,7 @@ class CScannableParameters
|
||||
public:
|
||||
CScannableParameters() = default;
|
||||
CScannableParameters(CAssetId id) : x0_scanId(id) {}
|
||||
CAssetId GetScanId() const { return x0_scanId; }
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user