mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-09-10 00:38:55 +03:00
Format code [skip actions]
This commit is contained in:
@@ -63,7 +63,8 @@ public final class GadgetGatherObject extends GadgetContent {
|
|||||||
.getScene()
|
.getScene()
|
||||||
.getScriptManager()
|
.getScriptManager()
|
||||||
.callEvent(
|
.callEvent(
|
||||||
new ScriptArgs(getGadget().getGroupId(), EventType.EVENT_GATHER, getGadget().getConfigId()));
|
new ScriptArgs(
|
||||||
|
getGadget().getGroupId(), EventType.EVENT_GATHER, getGadget().getConfigId()));
|
||||||
|
|
||||||
getGadget()
|
getGadget()
|
||||||
.getScene()
|
.getScene()
|
||||||
|
Reference in New Issue
Block a user