missing files from previous commit

This commit is contained in:
pdovy
2010-10-07 01:21:13 -05:00
committed by Paul Chote
parent 63b8555bc9
commit 761f62292f
3 changed files with 5 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ namespace OpenRA.Traits
public class TargetableInfo : ITraitInfo public class TargetableInfo : ITraitInfo
{ {
public readonly string[] TargetTypes = {}; public readonly string[] TargetTypes = {};
public object Create( ActorInitializer init ) { return new Targetable(this); } public virtual object Create( ActorInitializer init ) { return new Targetable(this); }
} }
public class Targetable : ITargetable public class Targetable : ITargetable

View File

@@ -3,7 +3,7 @@
<PropertyGroup> <PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion> <ProductVersion>9.0.21022</ProductVersion>
<SchemaVersion>2.0</SchemaVersion> <SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{4A8A43B5-A9EF-4ED0-99DD-4BAB10A0DB6E}</ProjectGuid> <ProjectGuid>{4A8A43B5-A9EF-4ED0-99DD-4BAB10A0DB6E}</ProjectGuid>
<OutputType>Library</OutputType> <OutputType>Library</OutputType>
@@ -206,6 +206,7 @@
<Compile Include="SupportPowers\NukePower.cs" /> <Compile Include="SupportPowers\NukePower.cs" />
<Compile Include="SupportPowers\SupportPower.cs" /> <Compile Include="SupportPowers\SupportPower.cs" />
<Compile Include="TakeCover.cs" /> <Compile Include="TakeCover.cs" />
<Compile Include="TargetableAircraft.cs" />
<Compile Include="TeslaInstantKills.cs" /> <Compile Include="TeslaInstantKills.cs" />
<Compile Include="Crates\ResetRadarCrateAction.cs" /> <Compile Include="Crates\ResetRadarCrateAction.cs" />
<Compile Include="ThrowsParticles.cs" /> <Compile Include="ThrowsParticles.cs" />

View File

@@ -106,8 +106,9 @@
AppearsOnRadar: AppearsOnRadar:
Selectable: Selectable:
Voice: GenericVoice Voice: GenericVoice
Targetable: TargetableAircraft:
TargetTypes: Air TargetTypes: Air
GroundedTargetTypes: Ground
HiddenUnderFog: HiddenUnderFog:
GainsExperience: GainsExperience:
GivesExperience: GivesExperience: