2013-01-18 23:43:53 -08:00

7 lines
97 B
Java

package tinker.common;
public interface IPattern
{
public int getPatternCost (int metadata);
}