Added notice for entering vehicles in docs

This commit is contained in:
thisisjacob
2020-05-12 10:55:49 -04:00
committed by atlimit8
parent 8a07b762a2
commit 3119f831b3

View File

@@ -54,7 +54,7 @@ namespace OpenRA.Mods.Common.Activities
/// <summary>
/// Called when the actor has entered the target actor.
/// Actor will be be Killed/Disposed or they will exit unharmed.
/// Actor will be be Killed/Disposed or they will enter/exit unharmed.
/// Depends on either the EnterBehaviour of the actor or the requirements of an overriding function.
/// </summary>
protected virtual void OnEnterComplete(Actor self, Actor targetActor) { }