moved the rest of the mine crap into mod dll
This commit is contained in:
@@ -9,7 +9,7 @@ using System.Collections;
|
||||
|
||||
namespace OpenRa.GameRules
|
||||
{
|
||||
class InfoLoader<T> : IEnumerable<KeyValuePair<string, T>>
|
||||
public class InfoLoader<T> : IEnumerable<KeyValuePair<string, T>>
|
||||
{
|
||||
readonly Dictionary<string, T> infos = new Dictionary<string, T>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user