Created
July 7, 2015 17:11
-
-
Save Mailaender/7ee334380edafde1d4a8 to your computer and use it in GitHub Desktop.
Proof of concept
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#region Copyright & License Information | |
/* | |
* Copyright 2007-2015 The OpenRA Developers (see AUTHORS) | |
* This file is part of OpenRA, which is free software. It is made | |
* available to you under the terms of the GNU General Public License | |
* as published by the Free Software Foundation. For more information, | |
* see COPYING. | |
*/ | |
#endregion | |
using OpenRA.Widgets; | |
namespace OpenRA.Mods.Common.Widgets | |
{ | |
public class SettingsTranslationsWidget : Widget | |
{ | |
[Translate] public string InputGameCommands = ""; | |
[Translate] public string InputCycleBaseKey = ""; | |
[Translate] public string InputToLastEventKey = ""; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment