Home
last modified time | relevance | path

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

/external/flatbuffers/grpc/tests/
DJavaGrpcTest.java90 final AtomicInteger minHp = new AtomicInteger(Integer.MAX_VALUE); in computeMinMax() local
107 if (monster.hp() < minHp.get()) { in computeMinMax()
109 minHp.set(monster.hp()); in computeMinMax()
113 else if (monster.hp() == minHp.get()) { in computeMinMax()
124 … Stat minHpStat = GameFactory.createStat(minHpMonsterName.get(), minHp.get(), minHpCount.get()); in computeMinMax()