RA special infantry all in mod dll now

This commit is contained in:
Chris Forbes
2010-01-17 10:40:51 +13:00
parent b290d46ddc
commit e160825398
21 changed files with 82 additions and 69 deletions

View File

@@ -1,12 +1,10 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using OpenRa.Traits;
namespace OpenRa.Effects
{
class DelayedAction : IEffect
public class DelayedAction : IEffect
{
Action a;
int delay;