move CYard trait and UndeployMCV activity into mod

This commit is contained in:
Bob
2010-07-08 15:34:21 +12:00
parent 1eedae2c7b
commit 7a738ed6af
9 changed files with 53 additions and 34 deletions

View File

@@ -0,0 +1,11 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace OpenRA.Traits
{
/* tag trait for "bases": mcv/fact */
class BaseBuildingInfo : TraitInfo<BaseBuilding> { }
class BaseBuilding { }
}