Beispiel #1
0
 public override void OnSubControllerDeactivationFailed(DeactivationFailedException e)
 {
 }
 /// <summary>
 /// Called when OnSubControllerDeactivate throws an exception, meaning the conditions for this SubController to become inactive aren't met.
 /// </summary>
 public abstract void OnSubControllerDeactivationFailed(DeactivationFailedException e);
 public override void OnSubControllerDeactivationFailed(DeactivationFailedException e)
 {
     Debug.LogWarning("Couldn't exit fencing mode. Error message : " + e.Message);
 }