mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-11 02:27:43 +00:00
Explicit Asset ID refactor
This commit is contained in:
@@ -41,7 +41,7 @@ void WorldTeleporter::Enumerate(typename Op::StreamT& s) {
|
||||
}
|
||||
}
|
||||
|
||||
const char* WorldTeleporter::DNAType() { return "urde::DNAMP1::WorldTeleporter"; }
|
||||
std::string_view WorldTeleporter::DNAType() { return "urde::DNAMP1::WorldTeleporter"sv; }
|
||||
|
||||
AT_SPECIALIZE_DNA_YAML(WorldTeleporter)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user