Home
last modified time | relevance | path

Searched defs:sword_attack_damage (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/union_vector/
H A Dunion_vector.json18 "sword_attack_damage": 5 number
H A DAttacker.php65 public static function createAttacker(FlatBufferBuilder $builder, $sword_attack_damage)
H A DAttacker.java17 …public boolean mutateSwordAttackDamage(int sword_attack_damage) { int o = __offset(4); if (o != 0)… in mutateSwordAttackDamage()