mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 16:49:03 +00:00
init, thx MrExtremez
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
// Decompiled by Jad v1.5.8f. Copyright 2001 Pavel Kouznetsov.
|
||||
// Jad home page: http://www.kpdus.com/jad.html
|
||||
// Decompiler options: packimports(3)
|
||||
|
||||
public class NodeSub extends Node {
|
||||
|
||||
public final void unlinkSub() {
|
||||
if (nextNodeSub == null) {
|
||||
} else {
|
||||
nextNodeSub.prevNodeSub = prevNodeSub;
|
||||
prevNodeSub.nextNodeSub = nextNodeSub;
|
||||
prevNodeSub = null;
|
||||
nextNodeSub = null;
|
||||
}
|
||||
}
|
||||
|
||||
public NodeSub() {
|
||||
}
|
||||
|
||||
public NodeSub prevNodeSub;
|
||||
NodeSub nextNodeSub;
|
||||
public static int anInt1305;
|
||||
}
|
||||
Reference in New Issue
Block a user