Move common widgets from Game to Mods.Common.
This commit is contained in:
@@ -260,5 +260,10 @@ namespace OpenRA.Graphics
|
||||
if (fontSheetBuilder != null)
|
||||
fontSheetBuilder.Dispose();
|
||||
}
|
||||
|
||||
public string GetClipboardText()
|
||||
{
|
||||
return Device.GetClipboardText();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user