From a11c98c6cad501e081837ec8fa2e323edaeb1ca3 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Thu, 24 May 2018 15:52:43 -0400 Subject: Initial commit --- TF2 Crates/src/main/java/tlhpoeCore/ServerProxyT.java | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 TF2 Crates/src/main/java/tlhpoeCore/ServerProxyT.java (limited to 'TF2 Crates/src/main/java/tlhpoeCore/ServerProxyT.java') diff --git a/TF2 Crates/src/main/java/tlhpoeCore/ServerProxyT.java b/TF2 Crates/src/main/java/tlhpoeCore/ServerProxyT.java new file mode 100755 index 0000000..230d0de --- /dev/null +++ b/TF2 Crates/src/main/java/tlhpoeCore/ServerProxyT.java @@ -0,0 +1,15 @@ +package tlhpoeCore; + +import cpw.mods.fml.relauncher.Side; +import tlhpoeCore.network.MessagePlaySound; + +public class ServerProxyT { + public void doServer() { + TLHPoE.networkChannel.registerMessage( + MessagePlaySound.Handler.class, MessagePlaySound.class, + TLHPoE.getNextMessageID(), Side.CLIENT); + } + + public void doClient() { + } +} \ No newline at end of file -- cgit v1.2.3