PalacePal/Pal.Common/ExportConfig.cs

14 lines
240 B
C#
Raw Normal View History

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Pal.Common
{
public static class ExportConfig
{
2023-02-11 20:10:45 +00:00
public static int ExportVersion => 1;
}
}