tidy in Armor.cs
This commit is contained in:
@@ -8,19 +8,13 @@
|
|||||||
*/
|
*/
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
using System;
|
|
||||||
using OpenRA.Traits;
|
|
||||||
using OpenRA.GameRules;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using OpenRA.FileFormats;
|
|
||||||
|
|
||||||
namespace OpenRA.Traits
|
namespace OpenRA.Traits
|
||||||
{
|
{
|
||||||
public class ArmorInfo : ITraitInfo
|
public class ArmorInfo : TraitInfo<Armor>
|
||||||
{
|
{
|
||||||
public readonly string Type = null;
|
public readonly string Type = null;
|
||||||
public object Create (ActorInitializer init) { return new Armor(); }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public class Armor {}
|
public class Armor {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user