mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-16 06:53:01 +00:00
Remove Makefile
This commit is contained in:
parent
0c60c63a8c
commit
a5c6c329ab
2 changed files with 0 additions and 34 deletions
|
@ -1,16 +0,0 @@
|
|||
package me.impy.aegis.db;
|
||||
|
||||
public class DatabaseManager
|
||||
{
|
||||
private DatabaseManager() {
|
||||
|
||||
}
|
||||
|
||||
public static DatabaseManager load() {
|
||||
return null;
|
||||
}
|
||||
|
||||
public static DatabaseManager create() {
|
||||
return null;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue