Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
MapExportSetting.cs
Go to the documentation of this file.
1using Newtonsoft.Json;
2
3public class MapExportSetting
4{
5 [JsonProperty]
6 public bool clearLocalCharas;
7
8 [JsonProperty]
9 public string textWelcome;
10}