// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.kpdus.com/jad.html // Decompiler options: packimports(3) package com.iambookmaster.client.iurq.logic; // Referenced classes of package tge.core.logic: // LogicConstants public class Quit extends LogicConstants { public Quit() { } public int getType() { return 22; } public String toString() { return "<QUIT>"; } }