Skip to content

Commit

Permalink
Update RadiationDamageEvent.java
Browse files Browse the repository at this point in the history
  • Loading branch information
HoosierTransfer committed Aug 23, 2024
1 parent 3fad638 commit dd2e8de
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public class RadiationDamageEvent extends Event implements Cancellable {
*/
public RadiationDamageEvent(@Nonnull Player player, int exposure) {
this.player = player;
this.exposure = exposure;
}

/**
Expand Down

0 comments on commit dd2e8de

Please sign in to comment.