Merging Source v1.7.2: actor changes
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
package com.shatteredpixel.shatteredpixeldungeon.actors.hero;
|
||||
|
||||
import com.shatteredpixel.shatteredpixeldungeon.actors.Char;
|
||||
import com.shatteredpixel.shatteredpixeldungeon.actors.mobs.Mob;
|
||||
import com.shatteredpixel.shatteredpixeldungeon.actors.mobs.npcs.NPC;
|
||||
|
||||
|
||||
public class HeroAction {
|
||||
@@ -50,8 +50,8 @@ public class HeroAction {
|
||||
}
|
||||
|
||||
public static class Interact extends HeroAction {
|
||||
public Mob.NPC npc;
|
||||
public Interact( Mob.NPC npc ) {
|
||||
public NPC npc;
|
||||
public Interact( NPC npc ) {
|
||||
this.npc = npc;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user