Add hijackable truck to Allies 04

This commit is contained in:
Scott_NZ
2012-12-16 13:30:20 +13:00
parent fda897c69e
commit 54feab66e0
4 changed files with 121 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
#region Copyright & License Information
#region Copyright & License Information
/*
* Copyright 2007-2011 The OpenRA Developers (see AUTHORS)
* This file is part of OpenRA, which is free software. It is made
@@ -155,4 +155,7 @@ namespace OpenRA.Mods.RA
class IgnoresDisguiseInfo : TraitInfo<IgnoresDisguise> {}
class IgnoresDisguise {}
class DontDestroyWhenInfiltratingInfo : TraitInfo<DontDestroyWhenInfiltrating> { }
class DontDestroyWhenInfiltrating { }
}