Skip to content
Snippets Groups Projects
Commit abccec78 authored by Melledy's avatar Melledy
Browse files

Delete AccountManager.java

This file was never used by anyone. RIP.
parent fc16f9d6
Branches
Tags
No related merge requests found
package emu.grasscutter.game.managers;
import emu.grasscutter.server.game.GameServer;
public class AccountManager {
private final GameServer server;
public AccountManager(GameServer server) {
this.server = server;
}
public GameServer getServer() {
return server;
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment