Make c17 invulnerable

This commit is contained in:
Paul Chote
2010-06-15 10:43:19 +12:00
parent c3e15aab7d
commit e3de3cc0d2
4 changed files with 40 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
#region Copyright & License Information
#region Copyright & License Information
/*
* Copyright 2007,2009,2010 Chris Forbes, Robert Pepperell, Matthew Bowra-Dean, Paul Chote, Alli Witheford.
* This file is part of OpenRA.
@@ -24,10 +24,7 @@ using OpenRA.Traits;
namespace OpenRA.Mods.RA
{
class IronCurtainableInfo : ITraitInfo
{
public object Create(Actor self) { return new IronCurtainable(); }
}
class IronCurtainableInfo : TraitInfo<IronCurtainable> {}
class IronCurtainable : IDamageModifier, ITick
{