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

@@ -14,7 +14,7 @@ using OpenRA.Graphics;
namespace OpenRA.Widgets
{
class CheckboxWidget : Widget
public class CheckboxWidget : Widget
{
public string Text = "";
public int baseLine = 1;