Fix: NetworkEvent
MicroFix: ShamanicRitual JavaDOC
This commit is contained in:
@@ -16,8 +16,6 @@ public abstract class NetworkEvent implements Serializable {
|
||||
this.username = username;
|
||||
this.eventType = eventType;
|
||||
}
|
||||
public NetworkEvent(String username) {
|
||||
this.username = username;
|
||||
}
|
||||
|
||||
public abstract boolean apply(GameController gameController);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user