mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-06 13:33:40 +08:00
Create files from Grasscutter-Quests
these files are NOT directly compatible with Grasscutter, and require additional modifications to the codebase to work.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package emu.grasscutter.data.server;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class GadgetMapping {
|
||||
private int gadgetId;
|
||||
private String serverController;
|
||||
}
|
||||
Reference in New Issue
Block a user