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;