mirror of
https://github.com/allaryin/FairyFactions.git
synced 2026-04-30 03:27:19 -05:00
31 lines
409 B
Java
31 lines
409 B
Java
package fairies.proxy;
|
|
|
|
public class CommonProxy {
|
|
|
|
public void initChannel() {
|
|
// TODO Auto-generated method stub
|
|
|
|
}
|
|
|
|
public void initEntities() {
|
|
// TODO Auto-generated method stub
|
|
|
|
}
|
|
|
|
public void initGUI() {
|
|
// TODO Auto-generated method stub
|
|
|
|
}
|
|
|
|
public void preInit() {
|
|
// TODO Auto-generated method stub
|
|
|
|
}
|
|
|
|
public void postInit() {
|
|
// TODO Auto-generated method stub
|
|
|
|
}
|
|
|
|
}
|