OSDN Git Service

refactored
[tdcgexplorer/tso2mqo.git] / TSOGenerateConfig.cs
1 using System;\r
2 using System.Collections.Generic;\r
3 using System.Text;\r
4 \r
5 namespace Tso2MqoGui\r
6 {\r
7     public class TSOGenerateConfig\r
8     {\r
9         public Dictionary<string, string>   boneref         = new Dictionary<string,string>();\r
10         public bool                         materialconfig  = false;\r
11         public bool                         cui             = false;\r
12     }\r
13 }\r