Add AttackCharges trait for TD and TS obelisks.

This commit is contained in:
Paul Chote
2017-02-09 20:29:00 +00:00
parent f219d40aa1
commit a52ea71c62
9 changed files with 224 additions and 14 deletions

View File

@@ -29,7 +29,7 @@ namespace OpenRA.Mods.Common.Traits
return new SetTarget(this, newTarget);
}
class SetTarget : Activity
protected class SetTarget : Activity
{
readonly Target target;
readonly AttackOmni attack;