Parcourir la source

Fixed a missing import.

Paul Speed il y a 10 ans
Parent
commit
7bea2cc9c7
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      jme3-networking/src/main/java/com/jme3/network/Client.java

+ 2 - 0
jme3-networking/src/main/java/com/jme3/network/Client.java

@@ -31,6 +31,8 @@
  */
 package com.jme3.network;
 
+import com.jme3.network.service.ClientServiceManager;
+
 
 /**
  *  Represents a remote connection to a server that can be used