Rewrite GuiReplayViewer

Move rename replay gui as popup into replay viewer
This commit is contained in:
johni0702
2015-10-12 22:07:31 +02:00
parent 03f37eda81
commit 593a518fab
7 changed files with 332 additions and 440 deletions

View File

@@ -101,4 +101,8 @@ public class ReplayModReplay {
public ReplayMod getCore() {
return core;
}
public Logger getLogger() {
return logger;
}
}