move some more (gameplay related) widgets into mods/

This commit is contained in:
Bob
2010-07-30 20:23:16 +12:00
parent b4c84a11f2
commit ede160f1b6
18 changed files with 45 additions and 39 deletions

View File

@@ -14,7 +14,7 @@ using System.Linq;
namespace OpenRA.Widgets
{
class ChatDisplayWidget : Widget
public class ChatDisplayWidget : Widget
{
public readonly int RemoveTime = 0;
@@ -23,7 +23,7 @@ namespace OpenRA.Widgets
public bool DrawBackground = true;
int ticksUntilRemove = 0;
public List<ChatLine> recentLines = new List<ChatLine>();
internal List<ChatLine> recentLines = new List<ChatLine>();
public ChatDisplayWidget()
: base() { }