Minor artifact fixes (#13360)

* rename phasing artifact + fix it

* fix wandering cant be scanned
This commit is contained in:
Kara
2023-01-11 02:16:16 -06:00
committed by GitHub
parent 19241f55ba
commit 1f015dbb1d
5 changed files with 18 additions and 15 deletions

View File

@@ -5,6 +5,6 @@
/// and such.
/// </summary>
[RegisterComponent]
public sealed class ClearFixturesArtifactComponent : Component
public sealed class PhasingArtifactComponent : Component
{
}