Home
last modified time | relevance | path

Searched refs:NPC_GO_RIGHT (Results 1 – 2 of 2) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DHotSpotSystem.java50 public static final int NPC_GO_RIGHT = 16; field in HotSpotSystem.HotSpotType
DNPCComponent.java167 …if (hotSpot >= HotSpotSystem.HotSpotType.NPC_GO_RIGHT && hotSpot <= HotSpotSystem.HotSpotType.NPC_… in update()
339 case HotSpotSystem.HotSpotType.NPC_GO_RIGHT: in executeCommand()