DIFF

class UAWaterTypeSource

Constants 5

const string SEA = "sea"

fake

const string FRESH = "fresh_water"
const string STILL = "still_water"
const string SNOW = "snow"
const string ALL = string.Format("%1|%2|%3|%4", UAWaterType.SEA, UAWaterType.FRESH, UAWaterType.STILL, UAWaterType.SNOW)