Move common widgets from Game to Mods.Common.

This commit is contained in:
Paul Chote
2015-03-07 10:19:11 +00:00
parent eb0ea8d543
commit e5c03413cc
31 changed files with 94 additions and 59 deletions

View File

@@ -260,5 +260,10 @@ namespace OpenRA.Graphics
if (fontSheetBuilder != null)
fontSheetBuilder.Dispose();
}
public string GetClipboardText()
{
return Device.GetClipboardText();
}
}
}