diff options
Diffstat (limited to 'eclipse/Jewelrycraft/common/darkknight/jewelrycraft/CommonProxy.java')
| -rw-r--r-- | eclipse/Jewelrycraft/common/darkknight/jewelrycraft/CommonProxy.java | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/CommonProxy.java b/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/CommonProxy.java new file mode 100644 index 0000000..04c6a94 --- /dev/null +++ b/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/CommonProxy.java @@ -0,0 +1,9 @@ +package darkknight.jewelrycraft; + +public class CommonProxy +{ + public void registerRenderers() + { + + } +} |
