mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-11 18:43:37 +08:00
refactor(lombok): add Getter where possible
This commit is contained in:
@@ -6,10 +6,11 @@ import emu.grasscutter.game.world.Scene;
|
||||
import emu.grasscutter.net.proto.EvtCreateGadgetNotifyOuterClass;
|
||||
import lombok.Getter;
|
||||
|
||||
@Getter
|
||||
public class EntitySolarIsotomaClientGadget extends EntityClientGadget {
|
||||
public static final int GADGET_ID = 41038001;
|
||||
public static final int ELEVATOR_GADGET_ID = 41038002;
|
||||
@Getter private EntityGadget platformGadget;
|
||||
private EntityGadget platformGadget;
|
||||
|
||||
public EntitySolarIsotomaClientGadget(
|
||||
Scene scene, Player player, EvtCreateGadgetNotifyOuterClass.EvtCreateGadgetNotify notify) {
|
||||
|
||||
Reference in New Issue
Block a user