AKunSimulator/Global/ETypeChannel.cs

19 lines
391 B
C#
Raw Permalink Normal View History

2024-06-18 14:59:58 +08:00
// Decompiled with JetBrains decompiler
// Type: Global.ETypeChannel
// Assembly: Global, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: C0AE7A64-EC5F-4076-AA61-B93AC1193B2E
// Assembly location: C:\Users\auvkk\Desktop\x64SimIR2\Global.dll
namespace Global
{
public enum ETypeChannel
{
RTPlus3,
RTPlus4,
TwoDetector,
RTPlus6,
SerialNumber,
}
}