finished networking changes for locks

This commit is contained in:
StevenRS11
2014-05-22 00:15:27 -04:00
parent ef860e295e
commit 3fcc55b5e1
39 changed files with 566 additions and 350 deletions

View File

@@ -0,0 +1,25 @@
package StevenDimDoors.mod_pocketDimClient;
public class TESyncHandler
{
public void onServerChanges()
{
}
public void onClientChanges()
{
}
public void onClientData()
{
}
public void onServerData()
{
}
}