BMTuneSource/Data/DataloggingTable.cs

14 lines
164 B
C#
Raw Permalink Normal View History

2022-11-04 06:02:19 -07:00
namespace Data
{
using System;
[DoNotObfuscate]
public enum DataloggingTable
{
tableMain,
tableMinimal,
table3
}
}