Remove another hardcoded widget reference and prepare for saner init code.
This commit is contained in:
@@ -120,5 +120,10 @@ namespace OpenRA
|
||||
|
||||
}
|
||||
|
||||
public interface ILoadScreen { void Display(); void Init(); }
|
||||
public interface ILoadScreen
|
||||
{
|
||||
void Display();
|
||||
void Init();
|
||||
void StartGame();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user