Merge remote-tracking branch 'runelite/master' into 2310-merge
This commit is contained in:
@@ -24,15 +24,11 @@
|
||||
*/
|
||||
package net.runelite.api.events;
|
||||
|
||||
import javax.annotation.Nullable;
|
||||
import lombok.Data;
|
||||
import net.runelite.api.Actor;
|
||||
|
||||
@Data
|
||||
public class AreaSoundEffectPlayed implements Event
|
||||
{
|
||||
@Nullable
|
||||
private final Actor source;
|
||||
private int soundId;
|
||||
private int sceneX;
|
||||
private int sceneY;
|
||||
|
||||
@@ -24,15 +24,11 @@
|
||||
*/
|
||||
package net.runelite.api.events;
|
||||
|
||||
import javax.annotation.Nullable;
|
||||
import lombok.Data;
|
||||
import net.runelite.api.Actor;
|
||||
|
||||
@Data
|
||||
public class SoundEffectPlayed implements Event
|
||||
{
|
||||
@Nullable
|
||||
private final Actor source;
|
||||
private int soundId;
|
||||
private int delay;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user