Allow mod code to set rally point indicators.

This commit is contained in:
Matthias Mailänder
2020-10-10 21:21:39 +02:00
committed by Paul Chote
parent 4da14cee0a
commit 0ded0355c1

View File

@@ -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;