PalacePal/Pal.Common/ExportConfig.cs

13 lines
222 B
C#
Raw Permalink Normal View History

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
2023-03-30 20:01:43 +00:00
namespace Pal.Common;
public static class ExportConfig
{
2023-03-30 20:01:43 +00:00
public static int ExportVersion => 2;
}