|
|
@ -30,7 +30,8 @@ public class DonateStat { |
|
|
|
this.amount = (int) obj[2]; |
|
|
|
this.giveMethod = VipGiveMethod.values()[(int) obj[4]]; |
|
|
|
this.reserved = String.valueOf(obj[5]); |
|
|
|
this.utime = (int) obj[6]; |
|
|
|
this.extended = (boolean) obj[6]; |
|
|
|
this.utime = (int) obj[7]; |
|
|
|
} |
|
|
|
|
|
|
|
public DonateStat(Integer rubles, Integer keys, Integer refs) { |
|
|
|