setup ffsaf server
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package fr.titionfire.ffsaf.net2.packet;
|
||||
|
||||
import java.util.HashMap;
|
||||
|
||||
public class RegisterAction {
|
||||
|
||||
public static void register(HashMap<String, IAction> iMap) {
|
||||
iMap.clear();
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user