mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-20 10:59:51 +08:00
Renamed all references to a certain game
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package emu.grasscutter.data;
|
||||
|
||||
public abstract class GameResource {
|
||||
|
||||
public int getId() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
public void onLoad() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user