DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено
Класс UAWaterType

Закрытые данные

const string SEA = "sea"
 
const string FRESH = "fresh_water"
 fake
 
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)
 

Подробное описание

См. определение в файле ActionConstants.c строка 160