tidy in ActorMap

This commit is contained in:
Chris Forbes
2011-10-04 22:57:37 +13:00
parent 9eecd7ba6b
commit 84234e8794

View File

@@ -8,24 +8,13 @@
*/
#endregion
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using OpenRA.FileFormats;
using OpenRA.Traits;
namespace OpenRA
{
public enum SubCell
{
FullCell,
TopLeft,
TopRight,
Center,
BottomLeft,
BottomRight
}
public enum SubCell { FullCell, TopLeft, TopRight, Center, BottomLeft, BottomRight }
public class ActorMap
{