Core: Made stuff public so people (read: openrg) can have its own lobby, based on the core lobby
This commit is contained in:
@@ -14,7 +14,7 @@ using OpenRA.Graphics;
|
||||
|
||||
namespace OpenRA.Widgets
|
||||
{
|
||||
class CheckboxWidget : Widget
|
||||
public class CheckboxWidget : Widget
|
||||
{
|
||||
public string Text = "";
|
||||
public int baseLine = 1;
|
||||
|
||||
Reference in New Issue
Block a user