Add support for custom mission timers: UserInterfaceGlobal

This commit is contained in:
abcdefg30
2015-05-16 01:27:14 +02:00
parent 852ea87daa
commit 35374d168f
7 changed files with 95 additions and 1 deletions

View File

@@ -9,10 +9,11 @@
#endregion
using System.Drawing;
using OpenRA.Scripting;
namespace OpenRA.Graphics
{
public struct HSLColor
public struct HSLColor : IScriptBindable
{
public readonly byte H;
public readonly byte S;