From 0ded0355c1d9fcc82959c41b74d58b8c9ed2ab55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 10 Oct 2020 21:21:39 +0200 Subject: [PATCH] Allow mod code to set rally point indicators. --- OpenRA.Mods.Common/Effects/RallyPointIndicator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.Common/Effects/RallyPointIndicator.cs b/OpenRA.Mods.Common/Effects/RallyPointIndicator.cs index 692952006a..c5ca73243d 100644 --- a/OpenRA.Mods.Common/Effects/RallyPointIndicator.cs +++ b/OpenRA.Mods.Common/Effects/RallyPointIndicator.cs @@ -17,7 +17,7 @@ using OpenRA.Mods.Common.Traits; namespace OpenRA.Mods.Common.Effects { - class RallyPointIndicator : IEffect, IEffectAboveShroud, IEffectAnnotation + public class RallyPointIndicator : IEffect, IEffectAboveShroud, IEffectAnnotation { readonly Actor building; readonly RallyPoint rp;