mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-06 02:01:58 +02:00
Fix package names
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package eiren.io.vr.bridge;
|
||||
package io.eiren.vr.bridge;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.nio.charset.Charset;
|
||||
@@ -1,4 +1,4 @@
|
||||
package eiren.io.vr.bridge;
|
||||
package io.eiren.vr.bridge;
|
||||
|
||||
public interface VRBridge {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package eiren.io.vr.sensors;
|
||||
package io.eiren.vr.sensors;
|
||||
|
||||
import com.jme3.math.Quaternion;
|
||||
import com.jme3.math.Vector3f;
|
||||
@@ -1,4 +1,4 @@
|
||||
package eiren.io.vr.sensors;
|
||||
package io.eiren.vr.sensors;
|
||||
|
||||
import java.net.DatagramPacket;
|
||||
import java.net.DatagramSocket;
|
||||
Reference in New Issue
Block a user