mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Described why onSlidesComplete is left in
This commit is contained in:
parent
e42f4e8d50
commit
f95e5774d2
@ -374,6 +374,9 @@ namespace NewHorizons.Builder.Props
|
|||||||
public class VisionTorchTarget : MonoBehaviour
|
public class VisionTorchTarget : MonoBehaviour
|
||||||
{
|
{
|
||||||
public MindSlideCollection slideCollection;
|
public MindSlideCollection slideCollection;
|
||||||
|
|
||||||
|
// This Callback is never used in NH itself.
|
||||||
|
// It exists for addons that want to trigger events after the mind slide show is complete.
|
||||||
public OWEvent.OWCallback onSlidesComplete;
|
public OWEvent.OWCallback onSlidesComplete;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user