More fixes

This commit is contained in:
Paul Chote
2010-04-01 21:16:58 +13:00
committed by Bob
parent b8702e494b
commit 705e3eb2f6
4 changed files with 8 additions and 7 deletions

View File

@@ -24,12 +24,12 @@ using OpenRA.Graphics;
namespace OpenRA.Traits
{
class ResourceLayerInfo : ITraitInfo
public class ResourceLayerInfo : ITraitInfo
{
public object Create(Actor self) { return new ResourceLayer(self); }
}
class ResourceLayer// : IRenderOverlay, ILoadWorldHook
public class ResourceLayer// : IRenderOverlay, ILoadWorldHook
{
public ResourceLayer(Actor self) {}
public void Destroy(int2 p){}