
namespace Jungle.Inv {

    export function selectNone (){
        return []
    }

}
