summaryrefslogtreecommitdiffstats
path: root/EssentialsUpdate/src/com/earth2me/essentials/update/states/InstallationFinishedEvent.java
blob: cb88cc6421167e2303179594b8865d7d7267e48c (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);
	}	
}