Sha256: aacea2b1fd4546a72c33c11dde49d175571d4a3cafb78eadabdc3a8a75f528a4
Contents?: true
Size: 200 Bytes
Versions: 33
Compression:
Stored size: 200 Bytes
Contents
# Any object that is targetable. # module Targetable extend Trait # Distance from the potential shooter. # def distance_from shooter (self.position - shooter.position).length end end
Version data entries
33 entries across 33 versions & 1 rubygems