This commit is contained in:
2026-01-19 14:33:40 +09:00
parent ccfd244efd
commit 1a896a85fe
19 changed files with 559 additions and 820 deletions

View File

@@ -72,6 +72,5 @@ public class ASRSComponent : ComponentBase
public override void getpath()
{
onComponentClicked?.Invoke(componentType, asrsData);
FindAnyObjectByType<InitialInventoryWindow>(FindObjectsInactive.Include).Open(asrsData);
}
}