summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/api/IWarp.java
blob: 82669b52f7067318cfb434141db4e70919995481 (plain)
1
2
3
4
5
6
7
8
9
10
package com.earth2me.essentials.api;

import com.earth2me.essentials.settings.Warp;
import com.earth2me.essentials.storage.IStorageObjectHolder;


public interface IWarp extends IStorageObjectHolder<Warp>
{
	
}