Trial a new resource model in cnc

This commit is contained in:
Paul Chote
2010-06-13 13:22:37 +12:00
parent 19ed7428c4
commit 640ac9b8e6
8 changed files with 112 additions and 54 deletions

View File

@@ -36,6 +36,11 @@ namespace OpenRA.Mods.RA
{
this.self = self;
}
public void GiveOre(int amount)
{
// TODO: Unbreak this
}
public int2 DeliverOffset { get { return new int2(1, 2); } }
public void OnDock(Actor harv, DeliverResources dockOrder)
{