Home
last modified time | relevance | path

Searched defs:attacker (Results 1 – 2 of 2) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DHitReactionComponent.java149 public boolean receivedHit(GameObject parent, GameObject attacker, int hitType) { in receivedHit()
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonTest/kotlin/com/google/flatbuffers/kotlin/
DFlatBufferBuilderTest.kt246 val attacker = Attacker.createAttacker(fbb, swordAttackDamage).toUnion() in testVectorOfUnions() constant