Described why onSlidesComplete is left in

This commit is contained in:
Nick 2022-07-10 10:40:34 -04:00
parent e42f4e8d50
commit f95e5774d2

View File

@ -374,6 +374,9 @@ namespace NewHorizons.Builder.Props
public class VisionTorchTarget : MonoBehaviour
{
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;
}
}