equivalent-exchange-3/src/main/java/com/pahimar/ee3/util/IOwnable.java
Pahimar 24a2ae35bc Move some interfaces into the util package
Remove the client configuration
Work on configuration
Implement bspkrs graphical configuration system
2014-07-18 15:55:10 -04:00

7 lines
62 B
Java

package com.pahimar.ee3.util;
public interface IOwnable
{
}