class type composer =object
..end
method title : string
method descr : string
method target : Tactical.selection
method ranged : bool
method is_valid : Tactical.selection -> bool
method get_value : Tactical.selection
method set_value : Tactical.selection -> unit