lib/traits/targeting/closest.rb in gosu_extensions-0.1.14 vs lib/traits/targeting/closest.rb in gosu_extensions-0.1.15
- old
+ new
@@ -1,9 +1,9 @@
# Use this if you need a closest targeting mechanism.
#
module Targeting
- module Closest
+ module Closest extend Trait
# Returns the closest target of all targets in the fire arc.
#
# TODO fire arc
#
\ No newline at end of file