20 lines
334 B
Ucode
20 lines
334 B
Ucode
class ThresholdsLevel extends Object
|
|
dependson(Types)
|
|
config(ScoreboardExt);
|
|
|
|
var config int Normal_Low;
|
|
var config int Normal_High;
|
|
|
|
var config int Hard_Low;
|
|
var config int Hard_High;
|
|
|
|
var config int Suicide_Low;
|
|
var config int Suicide_High;
|
|
|
|
var config int HellOnEarth_Low;
|
|
var config int HellOnEarth_High;
|
|
|
|
DefaultProperties
|
|
{
|
|
|
|
} |