Home
last modified time | relevance | path

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

/external/flatbuffers/tests/MyGame/Example/
DAbility.cs21 public void MutateDistance(uint distance) { __p.bb.PutUint(__p.bb_pos + 4, distance); } in MutateDistance() method
DAbility.go32 func (rcv *Ability) MutateDistance(n uint32) bool { func