summaryrefslogtreecommitdiff
path: root/NET/worlds/scape/ClassProperty.java
diff options
context:
space:
mode:
Diffstat (limited to 'NET/worlds/scape/ClassProperty.java')
-rw-r--r--NET/worlds/scape/ClassProperty.java27
1 files changed, 27 insertions, 0 deletions
diff --git a/NET/worlds/scape/ClassProperty.java b/NET/worlds/scape/ClassProperty.java
new file mode 100644
index 0000000..b1b314a
--- /dev/null
+++ b/NET/worlds/scape/ClassProperty.java
@@ -0,0 +1,27 @@
+/* */ package NET.worlds.scape;
+/* */
+/* */
+/* */
+/* */
+/* */
+/* */
+/* */
+/* */
+/* */
+/* */
+/* */
+/* */
+/* */ public class ClassProperty
+/* */ extends Property
+/* */ {
+/* */ public ClassProperty(Properties owner, int index, String className)
+/* */ {
+/* 19 */ super(owner, index, "Class " + className + " (obsolete; for backwards compatibility)");
+/* */ }
+/* */ }
+
+
+/* Location: C:\Program Files (x86)\Worlds Inc\WorldsPlayer - Win7\lib\worlds.jar!\NET\worlds\scape\ClassProperty.class
+ * Java compiler version: 6 (50.0)
+ * JD-Core Version: 0.7.1
+ */ \ No newline at end of file