AirScout/RainScout/SCPPOTENTIAL.cs

17 wiersze
263 B
C#
Czysty Zwykły widok Historia

2021-12-31 08:08:48 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace RainScout
{
public enum SCPPOTENTIAL
{
NONELOC = 0,
NONEUSER = 1,
MAXCLOUD = 2,
MINCLOUD = 3,
CLOUDTOP = 4
}
}