FirstNpcSpawner.SpawnedEvent.Subscribe(***)
Target := FirstNpcSpawner.SpawnedEvent.Await()
Just by executing this code, spawn() is also called and Npc spawns. If it is not a bug, I should write a comment.
FirstNpcSpawner.SpawnedEvent.Subscribe(***)
Target := FirstNpcSpawner.SpawnedEvent.Await()
Just by executing this code, spawn() is also called and Npc spawns. If it is not a bug, I should write a comment.