mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-21 14:49:53 +08:00
Run formatter & 'protogen'
This commit is contained in:
@@ -13,10 +13,8 @@ public final class PlayerNpcTalkEvent extends PlayerEvent implements Cancellable
|
||||
private final TalkConfigData talk;
|
||||
private final int talkId, npcEntityId;
|
||||
|
||||
public PlayerNpcTalkEvent(Player player,
|
||||
@Nullable TalkConfigData talk,
|
||||
int talkId,
|
||||
int npcEntityId) {
|
||||
public PlayerNpcTalkEvent(
|
||||
Player player, @Nullable TalkConfigData talk, int talkId, int npcEntityId) {
|
||||
super(player);
|
||||
|
||||
this.talk = talk;
|
||||
|
||||
Reference in New Issue
Block a user