OSDN Git Service

refactor. rename vars.
[tdcgexplorer/tso2mqo.git] / TSOGeneratorConfig.cs
1 using System;
2 using System.Collections.Generic;
3 using System.Text;
4
5 namespace Tso2MqoGui
6 {
7     public class TSOGeneratorConfig
8     {
9         public bool ShowMaterials = false;
10         public bool cui = false;
11     }
12 }