Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. package com.client;
  2. // Decompiled by Jad v1.5.8f. Copyright 2001 Pavel Kouznetsov.
  3. // Jad home page: http://www.kpdus.com/jad.html
  4. // Decompiler options: packimports(3)
  5.  
  6. public class Animable extends NodeSub {
  7.  
  8. public void method443(int i, int j, int k, int l, int i1, int j1, int k1,
  9. int l1, int i2) {
  10. Model model = getRotatedModel();
  11. if (model != null) {
  12. modelHeight = model.modelHeight;
  13. model.method443(i, j, k, l, i1, j1, k1, l1, i2);
  14. }
  15. }
  16.  
  17. Model getRotatedModel() {
  18. return null;
  19. }
  20.  
  21. Animable() {
  22. modelHeight = 1000;
  23. }
  24.  
  25. Class33 aClass33Array1425[];
  26. public int modelHeight;
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement