(373a0d300) Daedalic splash video, split FF & UTF videos

This commit is contained in:
Joonas Rikkonen
2019-05-16 05:46:46 +03:00
parent 306cb77167
commit 436c5d4d73
14 changed files with 398 additions and 89 deletions
@@ -32,6 +32,10 @@ namespace Barotrauma
protected IndoorsSteeringManager PathSteering => HumanAIController.PathSteering;
protected SteeringManager SteeringManager => HumanAIController.SteeringManager;
protected HumanAIController HumanAIController => character.AIController as HumanAIController;
protected IndoorsSteeringManager PathSteering => HumanAIController.PathSteering;
protected SteeringManager SteeringManager => HumanAIController.SteeringManager;
/// <summary>
/// Run the main objective with all subobjectives concurrently?
/// If false, the main objective will continue only when all the subobjectives have been removed (done).