Veteran unit production & unlocking through spies.

This commit is contained in:
unknown
2015-05-21 20:59:03 +01:00
committed by Matija Hustić
parent ff2a5ef68b
commit 206ed8ebb8
13 changed files with 257 additions and 10 deletions

View File

@@ -40,7 +40,7 @@ namespace OpenRA.Mods.Common.Traits
/// Abstract base for enabling and disabling trait using upgrades.
/// Requires basing *Info on UpgradableTraitInfo and using base(info) constructor.
/// Note that EnabledByUpgrade is not called at creation even if this starts as enabled.
/// </summary>,
/// </summary>
public abstract class UpgradableTrait<InfoType> : IUpgradable, IDisabledTrait, ISync where InfoType : UpgradableTraitInfo
{
public readonly InfoType Info;