smol changes
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package anticope.rejects.events;
|
||||
|
||||
public class PlayerRespawnEvent {
|
||||
private static final PlayerRespawnEvent INSTANCE = new PlayerRespawnEvent();
|
||||
|
||||
public static PlayerRespawnEvent get() {
|
||||
return INSTANCE;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user