Create a mod dll for cnc

This commit is contained in:
Paul Chote
2010-02-05 19:40:39 +13:00
parent 9cdefee403
commit 1ea8e212c4
9 changed files with 12 additions and 112 deletions

View File

@@ -8,7 +8,7 @@ namespace OpenRa.Traits
public object Create(Actor self) { return new Harvester(); }
}
class Harvester : IIssueOrder, IResolveOrder, IPips
public class Harvester : IIssueOrder, IResolveOrder, IPips
{
[Sync]
public int oreCarried = 0; /* sum of these must not exceed capacity */