Frédéric Perron

662
reputation
4
16
public boolean isCoding(){
    if (!this.sleeping)
        return true;
    return true;
}