/* */ package NET.worlds.scape; /* */ /* */ /* */ /* */ public class RoomSubscribeInfo /* */ { /* */ public float x; /* */ /* */ /* */ public float y; /* */ /* */ /* */ public float z; /* */ /* */ /* */ public float d; /* */ /* */ /* */ public RoomSubscribeInfo(float x, float y, float z, float d) /* */ { /* 21 */ this.x = x; /* 22 */ this.y = y; /* 23 */ this.z = z; /* 24 */ this.d = d; /* */ } /* */ } /* Location: C:\Program Files (x86)\Worlds Inc\WorldsPlayer - Win7\lib\worlds.jar!\NET\worlds\scape\RoomSubscribeInfo.class * Java compiler version: 6 (50.0) * JD-Core Version: 0.7.1 */