mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 00:31:51 +00:00
Rename & Repackage
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
// 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 Animable extends NodeSub {
|
||||
|
||||
public void method443(int i, int j, int k, int l, int i1, int j1, int k1, int l1, int i2) {
|
||||
Model model = getRotatedModel();
|
||||
if (model != null) {
|
||||
modelHeight = model.modelHeight;
|
||||
model.method443(i, j, k, l, i1, j1, k1, l1, i2);
|
||||
}
|
||||
}
|
||||
|
||||
Model getRotatedModel() {
|
||||
return null;
|
||||
}
|
||||
|
||||
Animable() {
|
||||
modelHeight = 1000;
|
||||
}
|
||||
|
||||
Class33 aClass33Array1425[];
|
||||
public int modelHeight;
|
||||
}
|
||||
Reference in New Issue
Block a user