Source Release: corrected image error while merging, update some classes for consistency with the private source

This commit is contained in:
Evan Debenham
2015-08-24 13:23:03 -04:00
parent a6996c50c6
commit f531879f51
8 changed files with 2 additions and 5 deletions
@@ -23,6 +23,7 @@ package com.shatteredpixel.shatteredpixeldungeon.items;
import com.shatteredpixel.shatteredpixeldungeon.actors.Char;
import com.shatteredpixel.shatteredpixeldungeon.items.EquipableItem;
public abstract class KindofMisc extends EquipableItem {
public abstract void activate(Char ch);