mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 09:15:33 +00:00
Fixed some bugs on parsing the appDefs
This commit is contained in:
@@ -10,14 +10,13 @@ namespace HaDocument.Reactors {
|
||||
class AppDefsReactor : Reactor {
|
||||
internal Dictionary<string, App> CreatedInstances;
|
||||
|
||||
|
||||
// State
|
||||
private string Index;
|
||||
private string Name;
|
||||
private bool Category;
|
||||
|
||||
internal AppDefsReactor(IReader reader, IntermediateLibrary lib) : base(reader, lib) {
|
||||
lib.Locations = new Dictionary<string, Location>();
|
||||
lib.Apps = new Dictionary<string, App>();
|
||||
CreatedInstances = lib.Apps;
|
||||
reader.Tag += Listen;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user