mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-25 10:44:37 +01:00
Initial Commit
This commit is contained in:
11
src/main/java/emu/nebula/database/GameDatabaseObject.java
Normal file
11
src/main/java/emu/nebula/database/GameDatabaseObject.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package emu.nebula.database;
|
||||
|
||||
import emu.nebula.Nebula;
|
||||
|
||||
public interface GameDatabaseObject {
|
||||
|
||||
public default void save() {
|
||||
Nebula.getGameDatabase().save(this);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user