Mechanism for showing mission objectives in the ingame menu. Fixes #948.

This commit is contained in:
Paul Chote
2011-07-01 01:08:18 +12:00
parent aaa78649fc
commit 7c63138e3f
5 changed files with 35 additions and 5 deletions

View File

@@ -218,4 +218,6 @@ namespace OpenRA.Traits
}
public interface ILintPass { void Run(Action<string> emitError); }
public interface IObjectivesPanel { string ObjectivesPanel { get; } }
}