Core: Made stuff public so people (read: openrg) can have its own lobby, based on the core lobby

This commit is contained in:
geckosoft
2010-10-26 00:58:26 +02:00
committed by Chris Forbes
parent 9b3533abc0
commit 380e7e8b20
5 changed files with 7 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ using OpenRA.Graphics;
namespace OpenRA.Widgets
{
class MapPreviewWidget : Widget
public class MapPreviewWidget : Widget
{
public int SpawnClickRadius = 50;