Renamed Table pad methods
This commit is contained in:
@@ -94,11 +94,6 @@ public class Packets {
|
||||
public int id;
|
||||
}
|
||||
|
||||
public static class PathPacket{
|
||||
public int[] path;
|
||||
public byte index;
|
||||
}
|
||||
|
||||
public static class BlockDestroyPacket{
|
||||
public int position;
|
||||
}
|
||||
|
||||
@@ -26,7 +26,6 @@ public class Registrator {
|
||||
StateSyncPacket.class,
|
||||
BlockSyncPacket.class,
|
||||
EnemySpawnPacket.class,
|
||||
PathPacket.class,
|
||||
BulletPacket.class,
|
||||
EnemyDeathPacket.class,
|
||||
BlockUpdatePacket.class,
|
||||
|
||||
Reference in New Issue
Block a user