Move VisibilityType enum to TraitsInterfaces

VisibilityTypes are used by several other traits as well, so it makes more sense to move it to a common, shared location.
This commit is contained in:
reaperrr
2016-11-01 18:57:39 +01:00
parent 1da4d97240
commit d9d1fe2e73
2 changed files with 2 additions and 2 deletions

View File

@@ -15,8 +15,6 @@ using OpenRA.Traits;
namespace OpenRA.Mods.Common.Traits
{
public enum VisibilityType { Footprint, CenterPosition, GroundPosition }
[Desc("The actor stays invisible under the shroud.")]
public class HiddenUnderShroudInfo : ITraitInfo, IDefaultVisibilityInfo
{