Summarize the rendering parts to generate a beacon.

This commit is contained in:
Matthias Mailänder
2016-03-13 11:04:09 +01:00
parent a8dd67a231
commit 4e9a48d253

View File

@@ -14,6 +14,7 @@ using OpenRA.Traits;
namespace OpenRA.Mods.Common.Traits
{
[Desc("A beacon that is constructed from a circle sprite that is animated once and a moving arrow sprite.")]
public class PlaceBeaconInfo : ITraitInfo
{
public readonly int Duration = 30 * 25;