mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-18 05:19:50 +08:00
06cbae31fa
line seps r weird
12 lines
326 B
Java
12 lines
326 B
Java
package emu.grasscutter.data.binout.config;
|
|
|
|
import lombok.AccessLevel;
|
|
import lombok.Data;
|
|
import lombok.experimental.FieldDefaults;
|
|
|
|
@Data
|
|
@FieldDefaults(level = AccessLevel.PRIVATE)
|
|
public class ConfigEntityGadget extends ConfigEntityBase {
|
|
// There are more values that can be added that might be useful in the json
|
|
}
|