summaryrefslogtreecommitdiffstats
path: root/EssentialsUpdate/src/com/earth2me/essentials/update/states/InstallationFinishedEvent.java
blob: 930a31bda6ce2823cab8d4df7fb0ef315a62f194 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package com.earth2me.essentials.update.states;

import org.bukkit.event.Event;


public class InstallationFinishedEvent extends Event
{
	public InstallationFinishedEvent()
	{
		super(Type.CUSTOM_EVENT);
	}
}