Home
last modified time | relevance | path

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

/external/flatbuffers/grpc/tests/
DJavaGrpcTest.java87 final AtomicReference<String> maxHpMonsterName = new AtomicReference<String>(); in computeMinMax() local
99 maxHpMonsterName.set(monster.name()); in computeMinMax()
119 … Stat maxHpStat = GameFactory.createStat(maxHpMonsterName.get(), maxHp.get(), maxHpCount.get()); in computeMinMax()