2017-08-09 11:05:55 +02:00
|
|
|
class KillingFloor extends require('./unreal2') {
|
2017-08-09 12:32:09 +02:00
|
|
|
readExtraInfo(reader,state) {
|
|
|
|
state.raw.wavecurrent = reader.uint(4);
|
|
|
|
state.raw.wavetotal = reader.uint(4);
|
|
|
|
}
|
2017-08-09 11:05:55 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
module.exports = KillingFloor;
|