Alot of shit
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
package rip.tilly.bedwars.game.events;
|
||||
|
||||
import rip.tilly.bedwars.game.Game;
|
||||
|
||||
public class GameStartEvent extends GameEvent {
|
||||
public GameStartEvent(Game game) {
|
||||
super(game);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user