Fix harv/proc/selling interaction. Fix formatting issues in OreRefinery. (Fixes #901, #903)

This commit is contained in:
Paul Chote
2011-06-23 19:53:31 +12:00
parent 122c7ec569
commit 2d34169d79
4 changed files with 31 additions and 13 deletions

View File

@@ -18,6 +18,7 @@ namespace OpenRA.Mods.RA
void GiveOre(int amount);
bool CanGiveOre(int amount);
int2 DeliverOffset { get; }
bool AllowDocking { get; }
}
public interface IAcceptOreDockAction