Add a lua function for beacons

This commit is contained in:
abcdefg30
2015-06-22 18:49:23 +02:00
parent 31986469a9
commit a4fd34558d
3 changed files with 50 additions and 1 deletions

View File

@@ -12,10 +12,11 @@ using System;
using System.Collections.Generic;
using OpenRA.Effects;
using OpenRA.Graphics;
using OpenRA.Scripting;
namespace OpenRA.Mods.Common.Effects
{
public class Beacon : IEffect
public class Beacon : IEffect, IScriptBindable
{
static readonly int MaxArrowHeight = 512;