From 3119f831b30d8a00b361023c275ca0ced641d202 Mon Sep 17 00:00:00 2001 From: thisisjacob Date: Tue, 12 May 2020 10:55:49 -0400 Subject: [PATCH] Added notice for entering vehicles in docs --- OpenRA.Mods.Common/Activities/Enter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.Common/Activities/Enter.cs b/OpenRA.Mods.Common/Activities/Enter.cs index a768f8c936..d272632de6 100644 --- a/OpenRA.Mods.Common/Activities/Enter.cs +++ b/OpenRA.Mods.Common/Activities/Enter.cs @@ -54,7 +54,7 @@ namespace OpenRA.Mods.Common.Activities /// /// 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. /// protected virtual void OnEnterComplete(Actor self, Actor targetActor) { }