Move Game.Timestep to Widget
Game.Timestep wasn't used for anything other than UI anymore anyway, moving it makes this more clear.
This commit is contained in:
@@ -20,6 +20,8 @@ namespace OpenRA.Widgets
|
||||
{
|
||||
public static class Ui
|
||||
{
|
||||
public const int Timestep = 40;
|
||||
|
||||
public static Widget Root = new ContainerWidget();
|
||||
|
||||
public static long LastTickTime = Game.RunTime;
|
||||
|
||||
Reference in New Issue
Block a user