Make ChromeMetrics accessible from mod dlls.
This commit is contained in:
@@ -15,7 +15,7 @@ using OpenRA.FileFormats;
|
|||||||
|
|
||||||
namespace OpenRA.Widgets
|
namespace OpenRA.Widgets
|
||||||
{
|
{
|
||||||
static class ChromeMetrics
|
public static class ChromeMetrics
|
||||||
{
|
{
|
||||||
static Dictionary<string, string> data = new Dictionary<string, string>();
|
static Dictionary<string, string> data = new Dictionary<string, string>();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user