check for building influence when growing resources

closes #5556
This commit is contained in:
Matthias Mailänder
2014-07-03 18:53:07 +02:00
parent b02ca7695f
commit 0feb5a7bdc
7 changed files with 22 additions and 5 deletions

View File

@@ -11,8 +11,10 @@
using System;
using System.Collections.Generic;
using System.Linq;
using OpenRA.Mods.RA;
using OpenRA.Traits;
namespace OpenRA.Traits
namespace OpenRA.Mods.D2k
{
public class D2kResourceLayerInfo : TraitInfo<D2kResourceLayer> { }