visibility fix for prev, so mod code can use it.

This commit is contained in:
Chris Forbes
2010-04-17 12:30:48 +12:00
parent 645362fe93
commit ac449e4b66

View File

@@ -5,9 +5,9 @@ using System.Text;
namespace OpenRA.Traits
{
class SpawnMapActorsInfo : TraitInfo<SpawnMapActors> { }
public class SpawnMapActorsInfo : TraitInfo<SpawnMapActors> { }
class SpawnMapActors : IGameStarted
public class SpawnMapActors : IGameStarted
{
public Dictionary<string, Actor> MapActors = new Dictionary<string, Actor>();