Exemplo n.º 1
0
 internal StateBaseFileGenerator(CompilationContext context)
 {
     Context = context;
     Tools   = new GeneratorTools(Context);
 }
Exemplo n.º 2
0
 internal EventFileGenerator(CompilationContext context)
 {
     Context = context;
     Tools   = new GeneratorTools(Context);
 }