Context: I want an actor to move away from another approaching actor
1 2 3 4 5 | List<PlayerTaihei> Taihei = getObjectsInRange(3, MiniTaihei.class); if(Taihei != null) { //move actor } |