AKunSimulator/Global/WaferInfoDisplay.cs

18 lines
442 B
C#

// Decompiled with JetBrains decompiler
// Type: Global.WaferInfoDisplay
// 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 struct WaferInfoDisplay
{
public float time;
public float reflect405;
public float reflect940;
public float darkTemperature;
}
}