Alot of shit

This commit is contained in:
Luca
2021-11-21 20:21:58 +01:00
parent 1cca6eb41c
commit 27b010fced
55 changed files with 2623 additions and 198 deletions

View File

@ -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);
}
}