smol changes

This commit is contained in:
misterx
2022-02-01 17:12:58 +01:00
committed by Cloudburst
parent 40c13104c3
commit a1a2ab36eb
4 changed files with 38 additions and 23 deletions

View File

@@ -0,0 +1,9 @@
package anticope.rejects.events;
public class PlayerRespawnEvent {
private static final PlayerRespawnEvent INSTANCE = new PlayerRespawnEvent();
public static PlayerRespawnEvent get() {
return INSTANCE;
}
}